7c879267dc
Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645
13 lines
401 B
C++
13 lines
401 B
C++
https://github.com/boostorg/regex/issues/72
|
|
|
|
--- boost/regex/config.hpp.orig 2018-10-30 22:45:30 UTC
|
|
+++ boost/regex/config.hpp
|
|
@@ -117,7 +117,7 @@
|
|
* Clang fails to export template instances with -fvisibility=hidden, see
|
|
* https://github.com/boostorg/regex/issues/49
|
|
*/
|
|
-#ifdef __clang__
|
|
+#if defined(__clang__) || defined(_LIBCPP_VERSION)
|
|
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
|
|
#endif
|
|
|