This commit is contained in:
Siarhei Fedartsou 2022-09-02 16:28:02 +02:00
parent 4d963e51f0
commit b06167f229

View File

@ -7,13 +7,13 @@
// This is needed because libstdc++ itself uses this API - its not // This is needed because libstdc++ itself uses this API - its not
// just an issue of your code using it, ughhh // just an issue of your code using it, ughhh
// Note: only necessary on Linux // // Note: only necessary on Linux
#ifdef __linux__ // #ifdef __linux__
#define _ENABLE_GLIBC_WORKAROUND // #define _ENABLE_GLIBC_WORKAROUND
#warning building with workaround // #warning building with workaround
#else // #else
#warning not building with workaround // #warning not building with workaround
#endif // #endif
#ifdef _ENABLE_GLIBC_WORKAROUND #ifdef _ENABLE_GLIBC_WORKAROUND
namespace std namespace std