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/Configure.hxx.in | |
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/Configure.hxx.in')
-rw-r--r-- | Source/kwsys/Configure.hxx.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/kwsys/Configure.hxx.in b/Source/kwsys/Configure.hxx.in index caf6f72..1b9df6b 100644 --- a/Source/kwsys/Configure.hxx.in +++ b/Source/kwsys/Configure.hxx.in @@ -35,12 +35,6 @@ /* Whether STL is in std namespace. */ #define @KWSYS_NAMESPACE@_STL_HAVE_STD @KWSYS_STL_HAVE_STD@ -/* Whether the STL string has operator<< for ostream. */ -#define @KWSYS_NAMESPACE@_STL_STRING_HAVE_OSTREAM @KWSYS_STL_STRING_HAVE_OSTREAM@ - -/* Whether the STL string has operator>> for istream. */ -#define @KWSYS_NAMESPACE@_STL_STRING_HAVE_ISTREAM @KWSYS_STL_STRING_HAVE_ISTREAM@ - /* Define the stl namespace macro. */ #if @KWSYS_NAMESPACE@_STL_HAVE_STD # define @KWSYS_NAMESPACE@_stl std |