re PR libstdc++/54248 (Comment in standard library header talks about boost)
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sat, 25 Aug 2012 18:51:53 +0000 (18:51 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 25 Aug 2012 18:51:53 +0000 (19:51 +0100)
PR libstdc++/54248
* include/bits/concept_check.h: Replace references to boost
namespace.

From-SVN: r190668

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/concept_check.h

index 3f6e2a81445fc2676cef2c73c0f9f5dbf90fb0e6..48ccb54eca74f368e638e47800a4809eb09b0e8b 100644 (file)
@@ -1,3 +1,9 @@
+2012-08-25  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       PR libstdc++/54248
+       * include/bits/concept_check.h: Replace references to boost
+       namespace.
+
 2012-08-23  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        PR libstdc++/54354
index 9517e5cd7374f87c5769cf19885cfadb73399cad..3d74284e8cfcf2b4957b545ff0ab2c7ed8d3528a 100644 (file)
 
 // Note that the obvious and elegant approach of
 //
-//#define glibcxx_function_requires(C) boost::function_requires< boost::C >()
+//#define glibcxx_function_requires(C) debug::function_requires< debug::C >()
 //
 // won't work due to concept templates with more than one parameter, e.g.,
 // BinaryPredicateConcept.  The preprocessor tries to split things up on
 // the commas in the template argument list.  We can't use an inner pair of
-// parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
+// parenthesis to hide the commas, because "debug::(Temp<Foo,Bar>)" isn't
 // a valid instantiation pattern.  Thus, we steal a feature from C99.
 
 #define __glibcxx_function_requires(...)                                 \