mirror of
https://github.com/anope/anope.git
synced 2026-07-04 02:43:12 +02:00
Enable C++11 features on non-GCC C++11 compilers.
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@
|
||||
|
||||
#define _(x) x
|
||||
|
||||
#ifdef __GXX_EXPERIMENTAL_CXX0X__
|
||||
#if defined __GXX_EXPERIMENTAL_CXX0X__ || __cplusplus >= 201103L
|
||||
# define anope_override override
|
||||
# define anope_final final
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user