Boost logo

Boost :

Subject: [boost] [type_traits] Some traits are missing
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2013-02-27 02:19:39


Hi all,

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?

--
Best regards,
Antony Polukhin

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