[config] BOOST_CONSTEXPR and C++0x constexpr

29 Nov
2009
29 Nov
'09
9:21 p.m.
Hi, I was wondering if it will be useful to define BOOST_CONSTEXPR as follows #if defined(BOOST_NO_CONSTEXPR) #define BOOST_CONSTEXPR #else #define BOOST_CONSTEXPR constexpr #endif and if it is correct to use it as for example static BOOST_CONSTEXPR Rep zero(); If this is the case, could this be added to Boost.Config? If not, what I'm missing? Best, Vicente -- View this message in context: http://old.nabble.com/-config--BOOST_CONSTEXPR-and-C%2B%2B0x-constexpr-tp265... Sent from the Boost - Dev mailing list archive at Nabble.com.
5672
Age (days ago)
5672
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vicente Botet Escriba