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/details/exception.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'odb/details/exception.hxx') diff --git a/odb/details/exception.hxx b/odb/details/exception.hxx index 6838801..37ee1c9 100644 --- a/odb/details/exception.hxx +++ b/odb/details/exception.hxx @@ -9,15 +9,11 @@ #include -#include - namespace odb { namespace details { - struct LIBODB_EXPORT exception: odb::exception - { - }; + struct exception: odb::exception {}; } } -- cgit v1.1