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 | 383bb5db37b48b0c7adbeb9c48998dff6858efe7 (patch) | |
tree | f0e62d0d5511145f70a9ab43ea6845c1768513f3 | |
parent | 4df872ab5555747bfb6a72ce41be0addb45aa8ca (diff) |
Export query operators that were made non-inline
-rw-r--r-- | odb/pgsql/query.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 |