mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
gcc..
This commit is contained in:
parent
377db4515a
commit
fd564159b5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue