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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user