Fix MacOS missing symbol __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEi.
This is triggered by emitting operator<< 'class std::__1::basic_ostream<char, struct std::__1::char_traits<char> > &(int)' even though its marked as exported in general. Now that clang and libc++ agree on the handling of exported templates we can remove our work-around.
This commit is contained in:
parent
c65f5bbba6
commit
e85e30e290
@ -23,11 +23,6 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#ifdef _LIBCPP_EXTERN_TEMPLATE
|
||||
#undef _LIBCPP_EXTERN_TEMPLATE
|
||||
#endif
|
||||
#define _LIBCPP_EXTERN_TEMPLATE(...)
|
||||
|
||||
#include "cling/Interpreter/RuntimeException.h"
|
||||
|
||||
namespace cling {
|
||||
|
Loading…
x
Reference in New Issue
Block a user