aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/concept_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/concept_check.h')
-rw-r--r--libstdc++-v3/include/bits/concept_check.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libstdc++-v3/include/bits/concept_check.h b/libstdc++-v3/include/bits/concept_check.h
index 92ceefbd685..88877ebf57e 100644
--- a/libstdc++-v3/include/bits/concept_check.h
+++ b/libstdc++-v3/include/bits/concept_check.h
@@ -61,8 +61,7 @@
// Note that the obvious and elegant approach of
//
-//#define glibcpp_function_requires(C) \
-// boost::function_requires< boost::C >()
+//#define glibcpp_function_requires(C) boost::function_requires< boost::C >()
//
// won't work due to concept templates with more than one parameter, e.g.,
// BinaryPredicateConcept. The preprocessor tries to split things up on