2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-19 04:42:16 +00:00

Wave: updated predefined __cplusplus for C++11

[SVN r71223]
This commit is contained in:
Hartmut Kaiser
2011-04-13 13:01:14 +00:00
parent ce9a8d1a94
commit ebe7d2b14e

View File

@@ -229,7 +229,7 @@ namespace util {
{
static static_macros data[] = {
{ "__STDC__", T_INTLIT, "1" },
{ "__cplusplus", T_INTLIT, "201108L" },
{ "__cplusplus", T_INTLIT, "201103L" },
{ "__STDC_VERSION__", T_INTLIT, "199901L" },
{ "__STDC_HOSTED__", T_INTLIT, "0" },
{ "__WAVE_HAS_VARIADICS__", T_INTLIT, "1" },