mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 15:07:57 -05:00
Support for C++11 on OSX
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
#define HAVE_CXX11_SYNTAX 1
|
||||
#endif
|
||||
|
||||
//#if HAVE_CXX11_SYNTAX
|
||||
#if HAVE_CXX11_SYNTAX
|
||||
// An inheritable class to disallow the copy constructor and operator= functions
|
||||
class NonCopyable
|
||||
{
|
||||
@ -37,7 +37,7 @@ private:
|
||||
NonCopyable(NonCopyable&);
|
||||
NonCopyable& operator=(NonCopyable& other);
|
||||
};
|
||||
//#endif
|
||||
#endif
|
||||
|
||||
#include "common/log.h"
|
||||
#include "common/common_types.h"
|
||||
|
Reference in New Issue
Block a user