
On Wed, Oct 29, 2008 at 8:16 AM, Daniel James <daniel_james@fmail.co.uk>wrote:
2008/10/29 Beman Dawes <bdawes@acm.org>:
That said, I've got a bunch of C++0x Boost.Config changes 90% ready. I'll try to get them into trunk in the next couple of weeks, after 1.37.0
ships.
I've got a small config change to be merged after 1.37.0 (support for initalizer lists). Is it likely to clash?
https://svn.boost.org/trac/boost/ticket/2332 https://svn.boost.org/trac/boost/log/branches/initializer-list
No problem. The set I'm working on is: # define BOOST_NO_CHAR16_T # define BOOST_NO_CHAR32_T # define BOOST_NO_DECLTYPE # define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS # define BOOST_NO_EXTERN_TEMPLATE # define BOOST_NO_SCOPED_ENUMS # define BOOST_NO_STATIC_ASSERT # define BOOST_NO_RVALUE_REFERENCES # define BOOST_NO_VARIADIC_TEMPLATES # define BOOST_NO_CONSTEXPR # define BOOST_NO_DEFAULTED_FUNCTIONS # define BOOST_NO_DELETED_FUNCTIONS # define BOOST_NO_RAW_LITERALS # define BOOST_NO_UNICODE_LITERALS --Beman