Warning, file /include/yaml-cpp/noexcept.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef NOEXCEPT_H_768872DA_476C_11EA_88B8_90B11C0C0FF8
0002 #define NOEXCEPT_H_768872DA_476C_11EA_88B8_90B11C0C0FF8
0003
0004 #if defined(_MSC_VER) || \
0005 (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
0006 (__GNUC__ >= 4))
0007 #pragma once
0008 #endif
0009
0010
0011
0012 #if defined(_MSC_VER) && _MSC_VER < 1900
0013 #define YAML_CPP_NOEXCEPT _NOEXCEPT
0014 #else
0015 #define YAML_CPP_NOEXCEPT noexcept
0016 #endif
0017
0018 #endif