common: win32utils - compile fix
[supercollider.git] / external_libraries / yaml-cpp-0.2.6 / include / yaml-cpp / anchor.h
blob175d4d7eb40ff7da3626931e98ba09cc2be0a2e8
1 #ifndef ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
2 #define ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
4 #if !defined(__GNUC__) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4) // GCC supports "pragma once" correctly since 3.4
5 #pragma once
6 #endif
8 #include <cstddef>
10 namespace YAML
12 typedef std::size_t anchor_t;
13 const anchor_t NullAnchor = 0;
16 #endif // ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66