summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsys_stl_string.hxx.in
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Removed line continuation characters from #if lines to avoid linefeed ↵Brad King2005-04-221-9/+3
| | | | problems on cygwin.
* ENH: Added proper namespaced version of KWSYS_STL_STRING_ISTREAM_DEFINED, ↵Brad King2005-04-061-3/+12
| | | | KWSYS_STL_STRING_OSTREAM_DEFINED, and _STL_STRING_NEQ_CHAR_DEFINED macros.
* ENH: Added operator!= for stl string and char* when the system does not ↵Brad King2005-03-291-0/+19
| | | | provide one.
* ENH: Added istream and ostream operators for stl string in KWSys when using ↵Brad King2005-03-291-0/+92
| | | | old streams that do not provide them.
* COMP: Removing stl string io operators change until the CMake bootstrap ↵Brad King2005-03-261-92/+0
| | | | script can be fixed.
* ENH: Added istream and ostream operators for stl string when using old ↵Brad King2005-03-261-0/+92
streams that do not provide them.