1
0
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:
Peter Powell
2019-12-14 19:16:44 +00:00
parent 6617d29b52
commit 523f89f45f
+1 -1
View File
@@ -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