Usermode/libc++ - ::std::map implementation mostly
[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 namespace _sys {
12 extern void debug(const char *, ...);
13 };
14
15 #endif
16

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