From 6597c9b777b608a96974b4a7a8c15234b05ffdd8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 26 Jul 2016 22:36:33 +0300 Subject: Cleanup DLL export/import --- butl/utility | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'butl/utility') diff --git a/butl/utility b/butl/utility index 2436616..101d503 100644 --- a/butl/utility +++ b/butl/utility @@ -15,7 +15,7 @@ namespace butl { // Key comparators (i.e., to be used in sets, maps, etc). // - struct LIBBUTL_EXPORT compare_c_string + struct compare_c_string { bool operator() (const char* x, const char* y) const { @@ -23,7 +23,7 @@ namespace butl } }; - struct LIBBUTL_EXPORT compare_pointer_target + struct compare_pointer_target { template bool operator() (const P& x, const P& y) const {return *x < *y;} -- cgit v1.1