From 841140bbf13ae2bfaa5978a181718cda0a8edae7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 Mar 2019 17:37:28 +0200 Subject: Add initial support for GCC 9 --- odb/include.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/include.cxx') 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; -- cgit v1.1