1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00
This commit is contained in:
Aishou 2014-02-28 20:21:52 +01:00
parent 377db4515a
commit fd564159b5

View File

@ -54,7 +54,7 @@ public:
#ifdef _WIN32
be_t(){}
#else
be_t() noexcept = default
be_t() noexcept = default;
#endif
be_t(const T& value)