summaryrefslogtreecommitdiff
path: root/odb/include.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-03-15 17:37:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-03-15 18:40:27 +0200
commit841140bbf13ae2bfaa5978a181718cda0a8edae7 (patch)
treee92871043d56857378a5d54f5c26d409578ce73e /odb/include.cxx
parent98a6a1494d68e74ebc979dbf1989d32e961116ad (diff)
Add initial support for GCC 9
Diffstat (limited to 'odb/include.cxx')
-rw-r--r--odb/include.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/include.cxx b/odb/include.cxx
index 823a4f2..8ac6dda 100644
--- a/odb/include.cxx
+++ b/odb/include.cxx
@@ -586,6 +586,9 @@ namespace
for (include_map::iterator i (imap.begin ()), e (imap.end ()); i != e; ++i)
{
+ // Note that the LAST_SOURCE_LINE value of a map that includes another
+ // map is the line of that include.
+
/*
cerr << endl
<< i->first << " included from" << endl;