diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2012-01-11 14:31:40 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2012-01-11 14:31:40 -0500 |
commit | faf00d3c168bc4cc7f50f5580216e854e62e51e3 (patch) | |
tree | 1c6da1afa184e726a0052d4b68fc998c7e8594a2 /fixincludes | |
parent | 8f961b22656d69425ceb9304f1874132012c811c (diff) | |
download | gcc-faf00d3c168bc4cc7f50f5580216e854e62e51e3.tar.gz |
adjust comment
From-SVN: r183106
Diffstat (limited to 'fixincludes')
-rw-r--r-- | fixincludes/inclhack.def | 3 |
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 |