aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.hxx
diff options
context:
space:
mode:
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