From faf00d3c168bc4cc7f50f5580216e854e62e51e3 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 11 Jan 2012 14:31:40 -0500 Subject: [PATCH] adjust comment From-SVN: r183106 --- fixincludes/inclhack.def | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.11.4.GIT