From 55f7c6da84f5368373e46945e4f6bee28f53cb81 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Feb 2013 11:01:50 +0200 Subject: Workarounds for non-standard Sun CC STL --- odb/vector-traits.txx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/vector-traits.txx') 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 - void access::container_traits >:: + template + void access::container_traits >:: update (const container_type& c, const functions& f) { bool u (false); // Updated flag. -- cgit v1.1