aboutsummaryrefslogtreecommitdiff
path: root/odb/vector-traits.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/vector-traits.txx')
-rw-r--r--odb/vector-traits.txx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/vector-traits.txx b/odb/vector-traits.txx
index 26180b0..66f757a 100644
--- a/odb/vector-traits.txx
+++ b/odb/vector-traits.txx
@@ -4,8 +4,8 @@
namespace odb
{
- template <typename V, typename A>
- void access::container_traits<vector<V, A> >::
+ template <typename V, typename A LIBODB_VECTOR_ARG_DECL>
+ void access::container_traits<vector<V, A LIBODB_VECTOR_ARG_USE> >::
update (const container_type& c, const functions& f)
{
bool u (false); // Updated flag.