mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
ERR: using declaration to move streams into std namespace needs to bring up ostrstream and ostringstream, not strstream and stringstream.
This commit is contained in:
@@ -108,9 +108,9 @@ using ::ifstream;
|
||||
using ::ofstream;
|
||||
|
||||
#if !defined(CMAKE_NO_ANSI_STRING_STREAM)
|
||||
using ::stringstream;
|
||||
using ::ostringstream;
|
||||
#else
|
||||
using ::strstream;
|
||||
using ::ostrstream;
|
||||
#endif
|
||||
|
||||
using ::endl;
|
||||
|
||||
Reference in New Issue
Block a user