aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-16 14:27:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-16 14:27:02 +0200
commit49a851317a3696f49f9ee6ce1dee20ee9dece3ae (patch)
tree500fec922eb1be62d0b3738b88d07061abc4cc53 /odb/exceptions.hxx
parenta4aeed97fe567dd40fd86498637d461a68eb4eed (diff)
Try to clean up inline exports
Diffstat (limited to 'odb/exceptions.hxx')
-rw-r--r--odb/exceptions.hxx4
1 files changed, 2 insertions, 2 deletions
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<odb::exception> e_;
};
- struct LIBODB_EXPORT comparator_type
+ struct comparator_type
{
bool
operator() (const value_type& x, const value_type& y) const