From df1ef68cd8e8582724ce1192bfc202e0b9aeaf0c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 19:24:31 +0300 Subject: Get rid of C++ modules related code and rename *.mxx files to *.hxx --- libbutl/prefix-map.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/prefix-map.txx') diff --git a/libbutl/prefix-map.txx b/libbutl/prefix-map.txx index edab8e1..502119a 100644 --- a/libbutl/prefix-map.txx +++ b/libbutl/prefix-map.txx @@ -1,7 +1,7 @@ // file : libbutl/prefix-map.txx -*- C++ -*- // license : MIT; see accompanying LICENSE file -LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason. +namespace butl { template auto prefix_map_common:: -- cgit v1.1