From 8888f4025d456954f1b27dbca76433a43147866a 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/mysql/query.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/odb/mysql/query.hxx b/odb/mysql/query.hxx index 0ca91e5..4e53244 100644 --- a/odb/mysql/query.hxx +++ b/odb/mysql/query.hxx @@ -363,13 +363,13 @@ namespace odb return r; } - query + LIBODB_MYSQL_EXPORT query operator&& (const query& x, const query& y); - query + LIBODB_MYSQL_EXPORT query operator|| (const query& x, const query& y); - query + LIBODB_MYSQL_EXPORT query operator! (const query& x); // query_column -- cgit v1.1