summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsys_ios_sstream.h.in
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Fix no-assignment-operator warning and disable typedef-name synonym ↵Brad King2005-06-091-0/+11
| | | | warning.
* ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const ↵Brad King2005-03-031-0/+6
| | | | kwsys_stl::string& s)" compatibility methods.
* COMP: Need to choose between <new> and <new.h> based on whether standard ↵Brad King2004-12-011-1/+6
| | | | headers are available.
* BUG: Need to include header <new> to use placement new syntax. Really this ↵Brad King2004-11-301-0/+1
| | | | should be fixed by replacing the stream buffer to set a new string instead of reconstructing the object, but this will require quite a bit of work to do portably.
* ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable ↵Brad King2003-12-301-4/+4
| | | | in the C++ sources.
* ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵Brad King2003-12-231-0/+122
This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.