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.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/vector-traits.hxx') 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 - class access::container_traits > + template + class access::container_traits > { public: static const container_kind kind = ck_ordered; -- cgit v1.1