From 49a851317a3696f49f9ee6ce1dee20ee9dece3ae Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Aug 2016 14:27:02 +0200 Subject: Try to clean up inline exports --- odb/exceptions.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/exceptions.hxx') diff --git a/odb/exceptions.hxx b/odb/exceptions.hxx index afd034f..c23cf5d 100644 --- a/odb/exceptions.hxx +++ b/odb/exceptions.hxx @@ -290,7 +290,7 @@ namespace odb // struct LIBODB_EXPORT multiple_exceptions: odb::exception { - struct LIBODB_EXPORT value_type + struct value_type { std::size_t position () const {return p_;} @@ -323,7 +323,7 @@ namespace odb details::shared_ptr e_; }; - struct LIBODB_EXPORT comparator_type + struct comparator_type { bool operator() (const value_type& x, const value_type& y) const -- cgit v1.1