aboutsummaryrefslogtreecommitdiff
path: root/odb/polymorphic-map.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/polymorphic-map.txx')
-rw-r--r--odb/polymorphic-map.txx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/polymorphic-map.txx b/odb/polymorphic-map.txx
index d7b6e36..26534a6 100644
--- a/odb/polymorphic-map.txx
+++ b/odb/polymorphic-map.txx
@@ -39,8 +39,8 @@ namespace odb
// polymorphic_entry_impl
//
- template <typename R>
- void polymorphic_entry_impl<R>::
+ template <typename R, database_id DB>
+ void polymorphic_entry_impl<R, DB>::
insert (const info_type& i)
{
// VC10 cannot grok constructor call syntax here.
@@ -56,8 +56,8 @@ namespace odb
pm->discriminator_map_[&i.discriminator] = &i;
}
- template <typename R>
- void polymorphic_entry_impl<R>::
+ template <typename R, database_id DB>
+ void polymorphic_entry_impl<R, DB>::
erase (const info_type& i)
{
// VC10 cannot grok constructor call syntax here.