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/c-string.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'odb/details/c-string.hxx') diff --git a/odb/details/c-string.hxx b/odb/details/c-string.hxx index c4739a4..79c5689 100644 --- a/odb/details/c-string.hxx +++ b/odb/details/c-string.hxx @@ -9,13 +9,11 @@ #include -#include - namespace odb { namespace details { - struct LIBODB_EXPORT c_string_comparator + struct c_string_comparator { bool operator() (const char* x, const char* y) const -- cgit v1.1