
16 Feb
2010
16 Feb
'10
12:52 p.m.
On Tue, Feb 16, 2010 at 1:02 AM, Zachary Turner <divisortheory@gmail.com> wrote:
The entire list of macros that need to be deprecated should be as follows. Someone correct me if I'm wrong, it was a little tricky finding all of these.
Thanks for doing this!
BOOST_HAS_DECLTYPE [proto] BOOST_HAS_RVALUE_REFERENCES [interprocess, smart_ptr, thread, unordered] BOOST_HAS_STATIC_ASSERT [static_assert]
trunk changed.
BOOST_HAS_CONCEPTS [xpressive]
As Vicente pointed out, that use is OK.
BOOST_HAS_VARIADIC_TMPL [smart_ptr, unordered, interprocess, proto]
So it looks like the maintainers for these libs need to update their code: interprocess proto smart_ptr thread unordered --Beman