mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-18 04:45:20 +00:00
small compile fixes
This commit is contained in:
parent
681c3c53f0
commit
f85420b343
3 changed files with 11 additions and 10 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue