diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-03 13:57:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-03 13:57:23 +0200 |
commit | 8888f4025d456954f1b27dbca76433a43147866a (patch) | |
tree | c755c578056b203193b4bcbd55bcfde9f884bc5f | |
parent | f4126a97d6d182f2777233d6e1005e6d004a0344 (diff) |
Export query operators that were made non-inline
-rw-r--r-- | odb/mysql/query.hxx | 6 |
1 files 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 |