Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14
authorMarshall Clow <mclow.lists@gmail.com>
Mon, 15 Jul 2013 20:46:11 +0000 (20:46 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Mon, 15 Jul 2013 20:46:11 +0000 (20:46 +0000)
commit1c682f0f0c5bd24c8886894daf87cba1b37645e4
tree72e01948956c4772c8c49747e1aefc136496864f
parent8e8618ae5c0cd2ca06d170e05154ff70e159044e
Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14

llvm-svn: 186344
libcxx/include/tuple
libcxx/include/type_traits
libcxx/include/utility
libcxx/test/utilities/utility/forward/forward.pass.cpp
libcxx/test/utilities/utility/forward/move_if_noexcept.pass.cpp