Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ERR: Removed inclusion of fstream header. This file is meant as a ↵ | Brad King | 2004-08-31 | 1 | -1/+0 |
| | | | | compatibility header for iosfwd and therefore should not include any other header. Whatever was fixed by adding the include of fstream here should be fixed by other means. | ||||
* | ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable ↵ | Brad King | 2003-12-30 | 1 | -2/+2 |
| | | | | in the C++ sources. | ||||
* | Fixed a problem where ifstream was not the same as kwsys_ios::ifstream on | Ken Moreland | 2003-12-24 | 1 | -0/+1 |
| | | | | MSVC 6.0. | ||||
* | ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵ | Brad King | 2003-12-23 | 1 | -0/+51 |
This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. |