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/type-info.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'odb/details/type-info.hxx') diff --git a/odb/details/type-info.hxx b/odb/details/type-info.hxx index 96d2cc8..5a4f9ec 100644 --- a/odb/details/type-info.hxx +++ b/odb/details/type-info.hxx @@ -9,13 +9,11 @@ #include -#include - namespace odb { namespace details { - struct LIBODB_EXPORT type_info_comparator + struct type_info_comparator { bool operator() (const std::type_info* x, const std::type_info* y) const -- cgit v1.1