From eda28b56707ad84ed91130c786efc5a01477939e Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Mon, 26 Apr 2010 10:05:13 +0000 Subject: [PATCH] Add comment. --- .../testfiles/CGAL_CFG_ARRAY_MEMBER_INITIALIZATION_BUG.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Installation/config/testfiles/CGAL_CFG_ARRAY_MEMBER_INITIALIZATION_BUG.cpp b/Installation/config/testfiles/CGAL_CFG_ARRAY_MEMBER_INITIALIZATION_BUG.cpp index de6f2ab50d4..054e6e18cf2 100644 --- a/Installation/config/testfiles/CGAL_CFG_ARRAY_MEMBER_INITIALIZATION_BUG.cpp +++ b/Installation/config/testfiles/CGAL_CFG_ARRAY_MEMBER_INITIALIZATION_BUG.cpp @@ -19,6 +19,9 @@ //| g++ 4.4.0 and 4.4.1 have a bug here. Most probably VC++ as well. +// Note : it appears that this is a GNU Extension. We might want to update +// this using C++0x features if there is anything related. + struct M { M() {}