From 383bb5db37b48b0c7adbeb9c48998dff6858efe7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Oct 2011 13:57:23 +0200 Subject: Export query operators that were made non-inline --- odb/pgsql/query.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odb/pgsql') diff --git a/odb/pgsql/query.hxx b/odb/pgsql/query.hxx index 0c3f837..2d1925a 100644 --- a/odb/pgsql/query.hxx +++ b/odb/pgsql/query.hxx @@ -386,13 +386,13 @@ namespace odb return r; } - query + LIBODB_PGSQL_EXPORT query operator&& (const query&, const query&); - query + LIBODB_PGSQL_EXPORT query operator|| (const query&, const query&); - query + LIBODB_PGSQL_EXPORT query operator! (const query&); // query_column -- cgit v1.1