aboutsummaryrefslogtreecommitdiff
path: root/odb/database.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/database.ixx')
-rw-r--r--odb/database.ixx7
1 files changed, 7 insertions, 0 deletions
diff --git a/odb/database.ixx b/odb/database.ixx
index a17e90a..57828a4 100644
--- a/odb/database.ixx
+++ b/odb/database.ixx
@@ -396,6 +396,13 @@ namespace odb
update_<T, id_common> (pobj);
}
+ template <typename I>
+ inline void database::
+ update (I b, I e)
+ {
+ update_<I, id_common> (b, e);
+ }
+
template <typename T>
inline void database::
update (const T& obj, const section& s)