From bc6e269d1221f27d239044b376cc2c6e36dd1428 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Jun 2015 09:20:40 +0200 Subject: Diagnose forward use of composite object ids --- odb/include.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/include.cxx') diff --git a/odb/include.cxx b/odb/include.cxx index c397993..9c03f99 100644 --- a/odb/include.cxx +++ b/odb/include.cxx @@ -106,6 +106,8 @@ namespace path f; location_t l; + // Pretty much the same code as in context::class_location(). + // if (c.count ("definition")) { l = c.get ("definition"); -- cgit v1.1