aboutsummaryrefslogtreecommitdiff
path: root/odb/vector-traits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/vector-traits.hxx')
-rw-r--r--odb/vector-traits.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/vector-traits.hxx b/odb/vector-traits.hxx
index 0cebba2..d996a89 100644
--- a/odb/vector-traits.hxx
+++ b/odb/vector-traits.hxx
@@ -14,8 +14,8 @@
namespace odb
{
- template <typename V, typename A>
- class access::container_traits<vector<V, A> >
+ template <typename V, typename A LIBODB_VECTOR_ARG_DECL>
+ class access::container_traits<vector<V, A LIBODB_VECTOR_ARG_USE> >
{
public:
static const container_kind kind = ck_ordered;