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/context.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'odb/context.hxx') diff --git a/odb/context.hxx b/odb/context.hxx index a3a58bf..57e50a7 100644 --- a/odb/context.hxx +++ b/odb/context.hxx @@ -1150,6 +1150,14 @@ public: static semantics::path class_file (semantics::class_&); + // Return the location (as location_t; useful for comparison) of + // an "ODB class" (i.e., an object, view, or composite value), + // taking into account things like definition point overrides, + // etc. + // + location_t + class_location (semantics::class_&); + // Database names and types. // public: -- cgit v1.1