Usermode/libc++ - Debug in cxa code, list emplace and iterators, general STL fixes
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / include_exp / _libcxx_helpers.h
1
2 #ifndef _LIBCXX__LIBCXX_HELEPRS_H_
3 #define _LIBCXX__LIBCXX_HELEPRS_H_
4
5 #if __cplusplus > 199711L       // C++11 check
6 # define _CXX11_AVAIL   1
7 #else
8 # define _CXX11_AVAIL   0
9 #endif
10
11 #endif
12

UCC git Repository :: git.ucc.asn.au