$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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