aboutsummaryrefslogtreecommitdiff
path: root/odb/cxx-lexer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/cxx-lexer.cxx')
-rw-r--r--odb/cxx-lexer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/cxx-lexer.cxx b/odb/cxx-lexer.cxx
index fea05d7..7029c7e 100644
--- a/odb/cxx-lexer.cxx
+++ b/odb/cxx-lexer.cxx
@@ -194,7 +194,7 @@ cxx_string_lexer ()
linemap_add (&line_map_, LC_ENTER, 0, "<memory>", 0);
reader_ = cpp_create_reader (
- cxx_dialect == cxx0x
+ cxx_dialect == cxx0x // Nothing new for C++14.
#if BUILDING_GCC_MAJOR > 4 || BUILDING_GCC_MAJOR == 4 && BUILDING_GCC_MINOR > 6
? CLK_CXX11
#else