diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-12 15:09:52 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-12 15:15:03 +0200 |
commit | 553e638620d855fc6c15094dd4be531d1ac7a2e9 (patch) | |
tree | 329c8e32f3b19c4530f98e3c7e3ae3c3d13eb739 | |
parent | b60dff7d31394304177b9790656ae80562cd647e (diff) |
Remove no longer applicable comment
-rw-r--r-- | odb/pgsql/details/endian-traits.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/odb/pgsql/details/endian-traits.hxx b/odb/pgsql/details/endian-traits.hxx index 5e29fb8..1fc8df0 100644 --- a/odb/pgsql/details/endian-traits.hxx +++ b/odb/pgsql/details/endian-traits.hxx @@ -21,8 +21,6 @@ namespace odb { namespace details { - // @@ Revise this. - // using namespace odb::details; template <typename T, std::size_t S = sizeof (T)> @@ -136,7 +134,6 @@ namespace odb static const endian host_endian; public: - template <typename T> static T hton (T x) |