summaryrefslogtreecommitdiff
path: root/boost/wave/token_ids.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/wave/token_ids.hpp')
-rw-r--r--boost/wave/token_ids.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/wave/token_ids.hpp b/boost/wave/token_ids.hpp
index a2edba7e08..eb4368c280 100644
--- a/boost/wave/token_ids.hpp
+++ b/boost/wave/token_ids.hpp
@@ -5,7 +5,7 @@
http://www.boost.org/
- Copyright (c) 2001-2011 Hartmut Kaiser. Distributed under the Boost
+ Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
Software License, Version 1.0. (See accompanying file
LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
@@ -287,7 +287,7 @@ enum token_id {
// import is needed to be a keyword for the C++ module Standards proposal
T_IMPORT = TOKEN_FROM_ID(421, KeywordTokenType),
-// C++0x keywords
+// C++11 keywords
T_ALIGNAS = TOKEN_FROM_ID(422, KeywordTokenType),
T_ALIGNOF = TOKEN_FROM_ID(423, KeywordTokenType),
T_CHAR16_T = TOKEN_FROM_ID(424, KeywordTokenType),