diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-08 13:40:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-08 13:40:31 +0200 |
commit | 28a08724fc9e2ac494596711990206c64ca36b1d (patch) | |
tree | 5f382e92fe0810a5b93522f92f26ea33f179c8d3 /common/query/driver.cxx | |
parent | 37a2585ce1d0801bab5d0aba50012c3bcd451739 (diff) |
Get rid of custom value_traits specialization in query test
auto_ptr<string> is now handled automatically as a wrapper.
Diffstat (limited to 'common/query/driver.cxx')
-rw-r--r-- | common/query/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; { |