1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add math comparison functions

This commit is contained in:
bolero-MURAKAMI 2014-07-30 14:05:55 +09:00
parent ae77da19e1
commit 3df16007a5
14 changed files with 775 additions and 11 deletions

View file

@ -12,6 +12,9 @@
#include <sprout/config.hpp>
namespace sprout {
//
// unmove
//
template<typename T>
inline SPROUT_CONSTEXPR typename std::remove_reference<T>::type&
unmove(T&& x) SPROUT_NOEXCEPT {