From 6e35807bd495c0001cba229fd082e45f0421100e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Jun 2015 19:57:35 +0200 Subject: Populate custom type map, make available in context --- odb/relational/context.hxx | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'odb/relational/context.hxx') diff --git a/odb/relational/context.hxx b/odb/relational/context.hxx index 956f6c4..45dbba6 100644 --- a/odb/relational/context.hxx +++ b/odb/relational/context.hxx @@ -71,26 +71,6 @@ namespace relational typedef std::vector custom_db_types; - // Custom C++ type mapping. - // - struct custom_cxx_type - { - tree type_node; - std::string type_name; - - tree as_node; - std::string as_name; - - // Empty expression means the values are implicitly convertible. - // - cxx_tokens to; - cxx_tokens from; - - location_t loc; - }; - - typedef std::vector custom_cxx_types; - class context: public virtual ::context { public: -- cgit v1.1