Go to the documentation of this file.
20 # if defined(__clang__) || (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
21 # pragma GCC diagnostic push
23 # pragma GCC diagnostic ignored "-Wdeprecated-declarations"
24 #elif defined(_MSC_VER)
25 # pragma warning(push)
26 # pragma warning(disable : 4996)