Boost logo

Boost :

Subject: Re: [boost] [C++0x] The cpp0x branch has been merged into trunk
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2009-03-12 12:12:50


Andrey Semashev wrote:
> One thing I'm not sure about is whether these features are supported
> for Codegear or Borland. It seems to include some 0x features, so I
> left these macros undefined for them. I'll see if the tests fail on
> these compilers and define the macros if needed.
http://www.codegear.com/products/cppbuilder/whats-new/

In short, CodeGear C++Builder 2009 supports:
- R-value references
- Scoped enumerations, enum forward decls, explicit typing
- Explicit conversion operators
- static_assert
- Native type traits
- Alignof
- Decltype
- Extern templates

Oh, and it includes Boost 1.35.

Sebastian


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