Boost logo

Boost :

Subject: Re: [boost] [type_traits] Some traits are missing
From: John Maddock (boost.regex_at_[hidden])
Date: 2013-02-27 04:22:56


> Equivalents of following traits are in C++11 Standard, but missing in
> Boost.TypeTraits library:
>
> has_nothrow_move_assign
> has_nothrow_move_constructor
> has_trivial_move_assign
> has_trivial_move_constructor
>
> Extremely naive implementation of those functions exist in
> Boost.Variant, so as a start we can use them.
>
> Or am I missing something and there is a reason, why those traits are
> not included in Boost.TypeTraits?

New traits are normally only added when someone offers to do the work... so
if you're offering ;-)

John.


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