projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f961b2
)
adjust comment
author
Jason Merrill
<jason@gcc.gnu.org>
Wed, 11 Jan 2012 19:31:40 +0000
(14:31 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Wed, 11 Jan 2012 19:31:40 +0000
(14:31 -0500)
From-SVN: r183106
fixincludes/inclhack.def
patch
|
blob
|
history
diff --git
a/fixincludes/inclhack.def
b/fixincludes/inclhack.def
index b441dc15f540cea7fd99e81f0855d4e49cd70032..40e7805f1632c794217295da3c9a77dc1b62f0e8 100644
(file)
--- 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