From d2d963635cc6c4b10024946098ce1a0f68a94682 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Apr 2011 18:29:13 +0200 Subject: Get rid of image type argument in value_traits --- odb/boost/date-time/sqlite/gregorian-traits.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'odb/boost/date-time/sqlite/gregorian-traits.hxx') diff --git a/odb/boost/date-time/sqlite/gregorian-traits.hxx b/odb/boost/date-time/sqlite/gregorian-traits.hxx index b9ffd4c..f11af0a 100644 --- a/odb/boost/date-time/sqlite/gregorian-traits.hxx +++ b/odb/boost/date-time/sqlite/gregorian-traits.hxx @@ -30,8 +30,7 @@ namespace odb namespace sqlite { template <> - class default_value_traits< - ::boost::gregorian::date, details::buffer, id_text> + class default_value_traits< ::boost::gregorian::date, id_text> { public: typedef ::boost::gregorian::date date; @@ -83,8 +82,7 @@ namespace odb }; template <> - class default_value_traits< - ::boost::gregorian::date, long long, id_integer> + class default_value_traits< ::boost::gregorian::date, id_integer> { public: typedef ::boost::gregorian::date date; -- cgit v1.1