Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/RTL/C++/STL    [ Add a report in this area ]  
Report #:  1161   Status: Closed
Typo in cstring.h and oldstl\cstring.h
Project:  C++Builder Build #:  10.157
Version:    6.0 Submitted By:   Harold Howe
Report Type:  Basic functionality failure Date Reported:  5/7/2002 8:31:54 AM
Severity:    Serious / Highly visible problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   135366
Resolution: Fixed (Resolution Comments) Resolved in Build: : 6.0.10.165
Duplicate of:  None
Voting and Rating
Overall Rating: (6 Total Ratings)
5.00 out of 5
Total Votes: 1
Description
cstring.h contains this:

# ifdef __USE_OLD_RW_STL
#  include <oldstl/string.stl>
# else
#  include <stlport/string>
#endif

The typo is the define for using the old RW stl. In all of the other header files, the define is listed as _USE_OLD_RW_STL (only one underscore in front). cstring.h and oldstl\cstring.h are the only two files that list the two underscore version. This must be a typo.



Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

None

Server Response from: ETNACODE01