1 #ifndef SILICIUM_MOVE_IF_NOEXCEPT_HPP
2 #define SILICIUM_MOVE_IF_NOEXCEPT_HPP
9 #if defined(__GNUC__) && (((__GNUC__ * 100) + __GNUC_MINOR__) >= 407) || defined(__clang__) || defined(_MSC_VER)
12 template <
class T,
class Result =
typename std::conditional<
19 return static_cast<Result
>(x);
Definition: absolute_path.hpp:19
BOOST_CONSTEXPR Result move_if_noexcept(T &x)
Definition: move_if_noexcept.hpp:17
Definition: config.hpp:269
Definition: config.hpp:234