small compile fixes

This commit is contained in:
Aishou 2014-02-24 08:51:57 +01:00
parent 681c3c53f0
commit f85420b343
3 changed files with 11 additions and 10 deletions

View file

@ -51,9 +51,10 @@ class be_t
public:
typedef T type;
#ifdef __GNUG__
be_t() noexcept = default
#endif
be_t() noexcept = default;
#else
be_t(){}
#endif
be_t(const T& value)
{