Opened 10 years ago
Last modified 9 years ago
#8189 closed Feature Requests
Port some type traits from Boost.Variant — at Initial Version
Reported by: | Antony Polukhin | Owned by: | Antony Polukhin |
---|---|---|---|
Milestone: | Boost 1.54.0 | Component: | type_traits |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | rvalues move trivial | Cc: | john@… |
Description
Boost.Varaint has the following traits, that can be used across modules and sould be ported to Boost.TypeTraits
has_nothrow_move_assign has_nothrow_move_constructor has_trivial_move_assign has_trivial_move_constructor
Implementation may be tuned to use C++11 features it they are available.
Note:
See TracTickets
for help on using tickets.
Initial patch (no documentation, but there are some tests)