
12 Mar
2009
12 Mar
'09
4:12 p.m.
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