search for: pr17027

Displaying 1 result from an estimated 1 matches for "pr17027".

Did you mean: 17027
2014 Aug 12
4
[LLVMdev] Explicit template instantiations in libc++
...ATE(...) extern template __VA_ARGS__; This was apparently done to fix http://llvm.org/bugs/show_bug.cgi?id=17027, but disabling explicit instantiations seems like a pretty big hammer considering the drawbacks. I'd like to restore these instantiations. Any thoughts on how to handle things like pr17027 in a less heavy handed way?