From 76d20ed3dcad0a11482b9ba73644dc79e69a3c5b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Feb 2013 13:48:12 +0200 Subject: Qualify vector to work around Sun CC bugs --- odb/mssql/traits.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/odb/mssql/traits.cxx b/odb/mssql/traits.cxx index 2d04df5..fcec95c 100644 --- a/odb/mssql/traits.cxx +++ b/odb/mssql/traits.cxx @@ -483,6 +483,8 @@ namespace odb // // default_value_traits, id_long_binary> // + // std::vector has to be qualified for Sun CC. + // void default_value_traits, id_long_binary>:: param_callback (const void* context, size_t*, @@ -551,6 +553,8 @@ namespace odb // // default_value_traits, id_long_binary> // + // std::vector has to be qualified for Sun CC. + // void default_value_traits, id_long_binary>:: param_callback (const void* context, size_t*, -- cgit v1.1