From 268a81f341c6b3d4e69766711f9f1487686dccb4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Feb 2013 15:39:52 +0200 Subject: Rename boolean to boolean_ (macro clash) --- odb/pgsql/pgsql-types.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/pgsql/pgsql-types.hxx') diff --git a/odb/pgsql/pgsql-types.hxx b/odb/pgsql/pgsql-types.hxx index 8f9ce81..0d310b9 100644 --- a/odb/pgsql/pgsql-types.hxx +++ b/odb/pgsql/pgsql-types.hxx @@ -22,7 +22,7 @@ namespace odb { enum buffer_type { - boolean, // Buffer is a bool; size, capacity, truncated are unused. + boolean_, // Buffer is a bool; size, capacity, truncated are unused. smallint, // Buffer is short; size, capacity, truncated are unused. integer, // Buffer is int; size, capacity, truncated are unused. bigint, // Buffer is long long; size, capacity, truncated are unused. -- cgit v1.1