This commit is contained in:
Florian Rupprecht 2021-11-25 15:16:34 +01:00
parent 58e211355f
commit df50e3390d

View File

@ -62,6 +62,6 @@
#if __cplusplus > 201103L #if __cplusplus > 201103L
#define CROW_GCC83_WORKAROUND #define CROW_GCC83_WORKAROUND
#else #else
#warning "GCC 8.1 - 8.3 have a bug that prevents crow from compiling with C++11. Please update GCC to > 8.3 or use C++ > 11." #warning "GCC 8.1 - 8.3 has a bug that prevents crow from compiling with C++11. Please update GCC to > 8.3 or use C++ > 11."
#endif #endif
#endif #endif