From edc44fc45de72a6d611f438f87b02d35e1de1350 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 21 May 2002 13:09:25 +0000 Subject: [PATCH] remove bogus BOOST_NO_INCLASS_MEMBER_INITIALIZATION [SVN r13992] --- include/boost/config/compiler/intel.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index 1bfb383d..4d76eab6 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -36,7 +36,6 @@ # define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP # endif # define BOOST_NO_SWPRINTF -# define BOOST_NO_INCLASS_MEMBER_INITIALIZATION # endif // Void returns, 64 bit integrals don't work when emulating VC 6 (Peter Dimov)