aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-07-25 11:58:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-07-25 11:58:45 +0200
commit85301d187bdd8ea86421eb7bd3736e504cbca8c7 (patch)
tree15d7ae55d1524f81b541f9172839def7d928006d /odb
parentcd1a30bd434ad4d9d1b4e1a12a3cd8d7863f9c24 (diff)
Remove @@ notes that no longer apply
Diffstat (limited to 'odb')
-rw-r--r--odb/pgsql/traits.hxx2
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>
{