mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-10-31 20:12:48 +00:00 
			
		
		
		
	Merge pull request #102 from lioncash/define
Common: Remove HAVE_CXX11_SYNTAX define from Common.h
This commit is contained in:
		
						commit
						7f201a9821
					
				| @ -20,11 +20,6 @@ | ||||
| 
 | ||||
| #define STACKALIGN | ||||
| 
 | ||||
| #if __cplusplus >= 201103L || defined(_MSC_VER) || defined(__GXX_EXPERIMENTAL_CXX0X__) | ||||
| #define HAVE_CXX11_SYNTAX 1 | ||||
| #endif | ||||
| 
 | ||||
| #if HAVE_CXX11_SYNTAX | ||||
| // An inheritable class to disallow the copy constructor and operator= functions
 | ||||
| class NonCopyable | ||||
| { | ||||
| @ -36,7 +31,6 @@ private: | ||||
|     NonCopyable(NonCopyable&); | ||||
|     NonCopyable& operator=(NonCopyable& other); | ||||
| }; | ||||
| #endif | ||||
| 
 | ||||
| #include "common/log.h" | ||||
| #include "common/common_types.h" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei