From e652a49cbac1098dd97695309336545ef4e9ae89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Jun 2017 14:31:26 +0200 Subject: Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularization --- libbutl/regex.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/regex.hxx') diff --git a/libbutl/regex.hxx b/libbutl/regex.hxx index 4a93106..9090d5a 100644 --- a/libbutl/regex.hxx +++ b/libbutl/regex.hxx @@ -48,7 +48,7 @@ namespace std // Print regex error description but only if it is meaningful (this is also // why we have to print leading colon). // - LIBBUTL_EXPORT ostream& + LIBBUTL_SYMEXPORT ostream& operator<< (ostream&, const regex_error&); } -- cgit v1.1