diff options
author | Brad King <brad.king@kitware.com> | 2005-03-26 14:58:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-03-26 14:58:05 (GMT) |
commit | ebbe1ffdd9e60f220eb35739fb1d5145adb9f5a5 (patch) | |
tree | a72a0f32f9f97c7c7974aa944fa8e14add87e7c4 /Source/kwsys/kwsysPlatformCxxTests.cxx | |
parent | 098c33c4dae7e18bed03d63c062401dcb8031c03 (diff) | |
download | CMake-ebbe1ffdd9e60f220eb35739fb1d5145adb9f5a5.zip CMake-ebbe1ffdd9e60f220eb35739fb1d5145adb9f5a5.tar.gz CMake-ebbe1ffdd9e60f220eb35739fb1d5145adb9f5a5.tar.bz2 |
COMP: Removing stl string io operators change until the CMake bootstrap script can be fixed.
Diffstat (limited to 'Source/kwsys/kwsysPlatformCxxTests.cxx')
-rw-r--r-- | Source/kwsys/kwsysPlatformCxxTests.cxx | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Source/kwsys/kwsysPlatformCxxTests.cxx b/Source/kwsys/kwsysPlatformCxxTests.cxx index d8454fd..a799c50 100644 --- a/Source/kwsys/kwsysPlatformCxxTests.cxx +++ b/Source/kwsys/kwsysPlatformCxxTests.cxx @@ -30,30 +30,6 @@ int main() { return 0; } int main() { return 0; } #endif -#ifdef TEST_KWSYS_STL_STRING_HAVE_OSTREAM -# if KWSYS_STL_HAVE_STD -# define kwsys_stl std -# else -# define kwsys_stl -# endif -# include <iostream.h> -# include <string> -void f(ostream& os, const kwsys_stl::string& s) { os << s; } -int main() { return 0; } -#endif - -#ifdef TEST_KWSYS_STL_STRING_HAVE_ISTREAM -# if KWSYS_STL_HAVE_STD -# define kwsys_stl std -# else -# define kwsys_stl -# endif -# include <iostream.h> -# include <string> -void f(istream& is, kwsys_stl::string& s) { is >> s; } -int main() { return 0; } -#endif - #ifdef TEST_KWSYS_STAT_HAS_ST_MTIM #include <sys/types.h> #include <sys/stat.h> |