From f8280b0e1af1e7344f3a1f37405de899f4ce8073 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sat, 10 Sep 2005 05:53:28 +0000 Subject: [PATCH] David Abrahams, Jul 2005: according to 8.5/9 the __GNUC__ workaround at line 69 of data_members.cpp should be made universal. [SVN r30893] --- test/data_members.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/data_members.cpp b/test/data_members.cpp index 4a127aa7..b163abb7 100644 --- a/test/data_members.cpp +++ b/test/data_members.cpp @@ -64,11 +64,7 @@ namespace static const Color3 black; }; - const Color3 Color3::black -#if BOOST_WORKAROUND(__GNUC__, BOOST_TESTED_AT(3)) - = {} -#endif - ; + const Color3 Color3::black = {} ; void compilability_test() {