From fa8b674ef4cb32cb92bcc4f3d42bf24b8cf3b7fb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 Jul 2015 12:53:58 +0200 Subject: Diagnose "composite type used before definition" situations --- odb/context.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/context.hxx') diff --git a/odb/context.hxx b/odb/context.hxx index 6398a5f..7032dcf 100644 --- a/odb/context.hxx +++ b/odb/context.hxx @@ -1290,6 +1290,12 @@ public: location_t class_location (semantics::class_&); + // Same as above, but returns "real" location, that is, ignoring + // the definition point overrides. + // + location_t + class_real_location (semantics::class_&); + // Database names and types. // public: -- cgit v1.1