aboutsummaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2012-01-11 14:31:40 -0500
committerJason Merrill <jason@gcc.gnu.org>2012-01-11 14:31:40 -0500
commitfaf00d3c168bc4cc7f50f5580216e854e62e51e3 (patch)
tree1c6da1afa184e726a0052d4b68fc998c7e8594a2 /fixincludes
parent8f961b22656d69425ceb9304f1874132012c811c (diff)
adjust comment
From-SVN: r183106
Diffstat (limited to 'fixincludes')
-rw-r--r--fixincludes/inclhack.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def
index b441dc15f54..40e7805f163 100644
--- a/fixincludes/inclhack.def
+++ b/fixincludes/inclhack.def
@@ -1030,8 +1030,7 @@ fix = {
/*
* 'g++ -std=c++11' defines __cplusplus to 201103L, which suggests
- * that it conforms to ISO/IEC 14882:2011. Until G++ fully conforms,
- * it should not set __cplusplus to that value. It currently does
+ * that it conforms to ISO/IEC 14882:2011. It currently does
* not support the [[noreturn]] procedure attribute.
* When it does, this hack should be removed.
* SEE: gcc.gnu.org/bugzilla/show_bug.cgi?id=51776