commit | 82ae9575cdc112088771fc7b876f75e1e4d85ebb | [log] [tgz] |
---|---|---|
author | James E. King, III <jim.king@simplivity.com> | Sat Aug 05 12:23:54 2017 -0400 |
committer | James E. King, III <jking@apache.org> | Thu Aug 10 13:27:21 2017 -0400 |
tree | d8e6827311ee6e69c560604fe660788b7dfd4908 | |
parent | 0a8c34ceedf0f9272fb6d3519596ddf90cffcac2 [diff] [blame] |
THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) Client: C++ This closes #1328
diff --git a/build/cmake/NewPlatformDebug.cmake b/build/cmake/NewPlatformDebug.cmake index 76cac15..aa4d302 100644 --- a/build/cmake/NewPlatformDebug.cmake +++ b/build/cmake/NewPlatformDebug.cmake
@@ -36,6 +36,7 @@ SHOWFLAG("CYGWIN") SHOWFLAG("MINGW") SHOWFLAG("MSVC") + SHOWFLAG("MSVC_VERSION") SHOWFLAG("MSYS") SHOWFLAG("UNIX") SHOWFLAG("WATCOM")