Boost logo

Boost :

Subject: Re: [boost] first Visual Studio 2010 CTP is out, c++0x
From: Beman Dawes (bdawes_at_[hidden])
Date: 2008-10-29 10:11:13


On Wed, Oct 29, 2008 at 8:16 AM, Daniel James <daniel_james_at_[hidden]>wrote:

> 2008/10/29 Beman Dawes <bdawes_at_[hidden]>:
> >
> > 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk