aboutsummaryrefslogtreecommitdiff
path: root/odb/polymorphic-map.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/polymorphic-map.hxx')
-rw-r--r--odb/polymorphic-map.hxx2
1 files changed, 1 insertions, 1 deletions
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<const std::type_info*,
const info_type*,
- details::type_info_comparator>
+ odb::details::type_info_comparator> // VC bug.
type_map;
struct discriminator_comparator