diff --git a/src/lib/util/strformat.h b/src/lib/util/strformat.h index dc8061ca944..0b65e942e9f 100644 --- a/src/lib/util/strformat.h +++ b/src/lib/util/strformat.h @@ -185,7 +185,7 @@ #include #include -#if defined(__GNUC__) && ((__GNUC__ == 5 && __GNUC_MINOR__ < 2) || (__GNUC__ == 4 && __GNUC_MINOR__ > 8)) +#if defined(__GLIBCXX__) && (__GLIBCXX__ < 20150413) namespace std { template