aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-06-23 14:31:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-06-23 14:31:26 +0200
commite652a49cbac1098dd97695309336545ef4e9ae89 (patch)
tree1af0a5270d06e05e788c1342e1cc35723106b7ec /libbutl/regex.hxx
parentc36042925c8d52e3899ea310018cb7243d191306 (diff)
Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularization
Diffstat (limited to 'libbutl/regex.hxx')
-rw-r--r--libbutl/regex.hxx2
1 files changed, 1 insertions, 1 deletions
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&);
}