From 643e94897ba5fab0570d118a7aafc7772949d4e3 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 5 Sep 2017 12:54:48 -0400 Subject: saving inventory --- include/common.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/common.hpp') diff --git a/include/common.hpp b/include/common.hpp index 9ecd912..a03a888 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -23,11 +23,11 @@ constexpr float PI = 3.1415926535f; */ unsigned int millis(void); -namespace std { +/*namespace std { template constexpr const T& clamp(const T& v, const T& lo, const T& hi) { return (v > hi) ? hi : ((v > lo) ? v : lo); } -} +}*/ #endif // COMMON_HPP_ -- cgit v1.2.3