From c81edfa06c1c77f9cf12c967a54fbb314b179fee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Jun 2012 09:15:25 +0200 Subject: Add workaround for VC++ lookup bug --- odb/polymorphic-map.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/polymorphic-map.hxx b/odb/polymorphic-map.hxx index 9c18d33..c3c1374 100644 --- a/odb/polymorphic-map.hxx +++ b/odb/polymorphic-map.hxx @@ -41,7 +41,7 @@ namespace odb typedef std::map + odb::details::type_info_comparator> // VC bug. type_map; struct discriminator_comparator -- cgit v1.1