================
Comment at: CMakeLists.txt:193
@@ +192,3 @@
+  endif()
+  if (DEFINED LIBCXX_STD_VERSION)
+    list(APPEND LIBCXX_CXX_REQUIRED_FLAGS -std=${LIBCXX_STD_VERSION})
----------------
Should the else case be an error? Can libc++ be compiled with less than c++0x?

http://reviews.llvm.org/D4329



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to