From cc85f32604ef14b5ee96871287d425f0b3a090ff Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 24 Jun 2011 13:03:47 +0200 Subject: Add hack to deal with pgsql::details/odb::details namespace clash --- odb/pgsql/details/endian-traits.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'odb') diff --git a/odb/pgsql/details/endian-traits.hxx b/odb/pgsql/details/endian-traits.hxx index c9b6cff..b21d51e 100644 --- a/odb/pgsql/details/endian-traits.hxx +++ b/odb/pgsql/details/endian-traits.hxx @@ -11,10 +11,20 @@ namespace odb { + // @@ Revise this. + // + namespace details + { + } + namespace pgsql { namespace details { + // @@ Revise this. + // + using namespace odb::details; + template struct swap_endian; -- cgit v1.1