From 4fcb4ae749b3cf40f24ab1b9ddeb58b3ae0600f7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 31 Jul 2012 12:16:55 +0200 Subject: Add support for changing location that ODB views as class definition This is useful for making third-party/system types into ODB composite value types. New pragma: definition. New test: common/definition. --- odb/common.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/common.cxx') diff --git a/odb/common.cxx b/odb/common.cxx index 0edcb0d..81a416b 100644 --- a/odb/common.cxx +++ b/odb/common.cxx @@ -593,7 +593,7 @@ check (semantics::typedefs& t) if (hint != &t) return false; - // And the pragma may have to be in the file we are compiling. + // And the definition may have to be in the file we are compiling. // if (!included_) { -- cgit v1.1