
25 Feb
2009
25 Feb
'09
7:34 p.m.
On Wed, Feb 25, 2009 at 1:57 PM, Eric Niebler <eric@boost-consulting.com> wrote:
Beman Dawes wrote:
The cpp0x branch has been merged into trunk, enabling a bunch of BOOST_NO_* macros for C++0x feature tests.
This should have no impact on existing code, so be sure to let me know if it causes any problems.
What do you recommend for current users of macros like BOOST_HAS_DECLTYPE? Is that macro deprecated?
Yep. Deprecating the BOOST_HAS_* macros for features that made it into C++0x is the next step. No sure when that should occur, and exactly what should be done. --Beman