public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [v3] fix PR 54248
@ 2012-08-25 18:52 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2012-08-25 18:52 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 135 bytes --]

        PR libstdc++/54248
        * include/bits/concept_check.h: Replace references to boost
        namespace.

Committed to trunk.

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1231 bytes --]

commit c545fcbc54ee0a5990c5c9cf84116b55ab07475a
Author: Jonathan Wakely <jwakely.gcc@gmail.com>
Date:   Sat Aug 25 19:49:10 2012 +0100

    	PR libstdc++/54248
    	* include/bits/concept_check.h: Replace references to boost
    	namespace.

diff --git a/libstdc++-v3/include/bits/concept_check.h b/libstdc++-v3/include/bits/concept_check.h
index 9517e5c..3d74284 100644
--- a/libstdc++-v3/include/bits/concept_check.h
+++ b/libstdc++-v3/include/bits/concept_check.h
@@ -56,12 +56,12 @@
 
 // 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(...)                                 \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-25 18:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-25 18:52 [v3] fix PR 54248 Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).