This commit is contained in:
Aishou
2014-02-28 20:21:52 +01:00
parent 377db4515a
commit fd564159b5
+1 -1
View File
@@ -54,7 +54,7 @@ public:
#ifdef _WIN32 #ifdef _WIN32
be_t(){} be_t(){}
#else #else
be_t() noexcept = default be_t() noexcept = default;
#endif #endif
be_t(const T& value) be_t(const T& value)