diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-14 12:48:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-14 12:48:17 +0200 |
commit | adda9a060e333987cd02ac50cb6c5d96b2a423a1 (patch) | |
tree | 325f663d4758a642ad8aa5e14b26bb61f93fd0fc | |
parent | 82744db6e41e138bad813b5a9bcec75d31c98cf7 (diff) |
Remove stray template specialization
-rw-r--r-- | odb/sqlite/traits.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/sqlite/traits.hxx b/odb/sqlite/traits.hxx index b812361..20cd3f3 100644 --- a/odb/sqlite/traits.hxx +++ b/odb/sqlite/traits.hxx @@ -357,7 +357,6 @@ namespace odb // const wchar_t* specialization // - template <> struct c_wstring_image_traits { typedef details::buffer image_type; |