summaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-11 19:31:40 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-11 19:31:40 +0000
commit0eb9814cb0ddf82838b12fd49cc98c1f73c4c89e (patch)
tree1c6da1afa184e726a0052d4b68fc998c7e8594a2 /fixincludes
parent93fcbf99770450f97e40c04801f68a2ab992f740 (diff)
downloadgcc-0eb9814cb0ddf82838b12fd49cc98c1f73c4c89e.tar.gz
adjust comment
git-svn-id: svn+ssh://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