From b8554760aa3a5c5697c77d11e507a2bb46dbf8e4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 10 Jul 2012 15:17:16 +0200 Subject: Add support for custom database type mapping New pragma qualifier, map, and specifiers: as, to, from. New tests: /custom. --- odb/context.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/context.hxx') diff --git a/odb/context.hxx b/odb/context.hxx index 0bb58ba..e4b9418 100644 --- a/odb/context.hxx +++ b/odb/context.hxx @@ -35,6 +35,7 @@ using std::cerr; // using cutl::re::regex; using cutl::re::regexsub; +typedef cutl::re::format regex_format; typedef std::vector regex_mapping; -- cgit v1.1