From 28a08724fc9e2ac494596711990206c64ca36b1d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2011 13:40:31 +0200 Subject: Get rid of custom value_traits specialization in query test auto_ptr is now handled automatically as a wrapper. --- common/query/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/query/driver.cxx') diff --git a/common/query/driver.cxx b/common/query/driver.cxx index e019fe5..6dd7757 100644 --- a/common/query/driver.cxx +++ b/common/query/driver.cxx @@ -399,7 +399,7 @@ main (int argc, char* argv[]) t.commit (); } - // Test value_traits::type != value_traits::value_type. + // Test value_traits::value_type != value_traits::query_type. // cout << "test 013" << endl; { -- cgit v1.1