From c09cd7512491cee1e82c1ad8128ce9fd4bc3f79b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Sep 2017 23:32:28 +0200 Subject: Initial modularization with both Clang and VC hacks Note: gave up on VC about half way though. --- libbutl/openssl.txx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libbutl/openssl.txx') diff --git a/libbutl/openssl.txx b/libbutl/openssl.txx index dd8a470..29dc4b1 100644 --- a/libbutl/openssl.txx +++ b/libbutl/openssl.txx @@ -2,9 +2,7 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include // move(), forward() - -namespace butl +LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. { template typename std::enable_if::value, I>::type openssl:: -- cgit v1.1