]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typo: only build boost threads package if we can't rely on the
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 Apr 2010 14:49:41 +0000 (14:49 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 Apr 2010 14:49:41 +0000 (14:49 +0000)
compiler to provide it.

git-svn-id: https://svn.dealii.org/trunk@20950 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/boost_threads.cc

index f73346769b17e73b2eccbbec3ac73356d74b9f28..6c50ddf582b4cd69300548fddb15e236876efb57 100644 (file)
@@ -13,9 +13,9 @@
 
 #include <base/config.h>
 
-#if (DEAL_II_USE_MT == 1) && !defined(DEAL_II_CAN_USE_CXX0X)
+#if (DEAL_II_USE_MT == 1) && !defined(DEAL_II_CAN_USE_CXX1X)
 
-// of the C++ compiler doesn't completely support the C++0x standard (and
+// of the C++ compiler doesn't completely support the C++1x standard (and
 // consequently we can't use std::thread, std::mutex, etc), then include all
 // the files that form BOOST's thread implementation so that we don't have to
 // build BOOST itself only to get at this small part of it. it also ensures

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.