aboutsummaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2012-01-11 19:31:40 +0000
committerJason Merrill <jason@redhat.com>2012-01-11 19:31:40 +0000
commit1238440c5484931cc4fbfcc6ecad453fb4dd265a (patch)
tree1c6da1afa184e726a0052d4b68fc998c7e8594a2 /fixincludes
parenta0d698a763d37591ec4c4c108a2089ca59dd8684 (diff)
adjust comment
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@183106 138bc75d-0d04-0410-961f-82ee72b054a4
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