Re: [boost] [type_traits] Some traits are missing

2013/2/28 John Maddock
I've created ticket https://svn.boost.org/trac/boost/ticket/8189 I can take care of it, so may I commit to trunk to type_triats directly?
OK sure, go for it.
All the regression tests passed well, documentation updated. Boost.Variant was moved to new type trait and works well (not committed to trunk yet). If all the changes are OK, please merge type traits it to release branch and close #8189. -- Best regards, Antony Polukhin

I've created ticket https://svn.boost.org/trac/boost/ticket/8189 I can take care of it, so may I commit to trunk to type_triats directly?
OK sure, go for it.
All the regression tests passed well, documentation updated. Boost.Variant was moved to new type trait and works well (not committed to trunk yet).
If all the changes are OK, please merge type traits it to release branch and close #8189.
Looks good, there appear to be a few vc-11 failures, which I've just committed a tentative fix for, so I'll let the tests cycle one at least more time before merging to release. John.

2013/3/15 John Maddock
there appear to be a few vc-11 failures, which I've just committed a tentative fix for, so I'll let the tests cycle one at least more time before merging to release.
Those are old tests from March 2, I've already fixed that issue in https://svn.boost.org/trac/boost/changeset/83245 and it is not reproduced any more (there are some newer tests on vc11 and they pass well). -- Best regards, Antony Polukhin
participants (2)
-
Antony Polukhin
-
John Maddock