From 2b02d443ab344bc02dfc2891fb1a57c6520c393f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Aug 2010 17:05:24 +0200 Subject: Use type names as specified in the header that we compile --- odb/semantics/fundamental.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'odb/semantics/fundamental.cxx') diff --git a/odb/semantics/fundamental.cxx b/odb/semantics/fundamental.cxx index 7da222d..76efbe4 100644 --- a/odb/semantics/fundamental.cxx +++ b/odb/semantics/fundamental.cxx @@ -14,6 +14,15 @@ namespace semantics return name (); } + string fund_type:: + fq_name (names* hint) const + { + if (hint == 0) + return name (); + + return type::fq_name (hint); + } + // type info // namespace -- cgit v1.1