diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-25 11:58:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-25 11:58:45 +0200 |
commit | 85301d187bdd8ea86421eb7bd3736e504cbca8c7 (patch) | |
tree | 15d7ae55d1524f81b541f9172839def7d928006d | |
parent | cd1a30bd434ad4d9d1b4e1a12a3cd8d7863f9c24 (diff) |
Remove @@ notes that no longer apply
-rw-r--r-- | odb/pgsql/traits.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/pgsql/traits.hxx b/odb/pgsql/traits.hxx index 7a8df47..7b4f746 100644 --- a/odb/pgsql/traits.hxx +++ b/odb/pgsql/traits.hxx @@ -285,8 +285,6 @@ namespace odb static const database_type_id db_type_id = id_bigint; }; - // @@ Type stored as a signed 8-byte integer in the database. - // template <> struct default_type_traits<unsigned long long> { |