 |
Free Electron
|
1 #ifndef NOEXCEPT_H_768872DA_476C_11EA_88B8_90B11C0C0FF8 2 #define NOEXCEPT_H_768872DA_476C_11EA_88B8_90B11C0C0FF8 4 #if defined(_MSC_VER) || \ 5 (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \ 6 (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4 12 #if defined(_MSC_VER) && _MSC_VER < 1900 13 #define YAML_CPP_NOEXCEPT _NOEXCEPT 15 #define YAML_CPP_NOEXCEPT noexcept