Changes between Initial Version and Version 1 of Ticket #8189
- Timestamp:
- Feb 28, 2013, 7:01:38 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8189
- Property Status new → assigned
-
Ticket #8189 – Description
initial v1 1 1 Boost.Varaint has the following traits, that can be used across 2 2 modules and sould be ported to Boost.TypeTraits 3 3 {{{ 4 4 has_nothrow_move_assign 5 5 has_nothrow_move_constructor 6 6 has_trivial_move_assign 7 7 has_trivial_move_constructor 8 8 }}} 9 9 Implementation may be tuned to use C++11 features it they are available.