aboutsummaryrefslogtreecommitdiff
path: root/odb/vector-traits.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-12 11:01:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-12 11:01:50 +0200
commit55f7c6da84f5368373e46945e4f6bee28f53cb81 (patch)
tree781adb23829faf6373c6937eff55efe7220d1bbf /odb/vector-traits.txx
parentc960fa4f829c3689c42b9cf74a086e6f82ffb65a (diff)
Workarounds for non-standard Sun CC STL
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.