This revision was automatically updated to reflect the committed changes.
Closed by commit rL296729: [libc++] Mark some std::num_get method templates
inline (authored by smeenai).
Changed prior to commit:
https://reviews.llvm.org/D30523?vs=90270&id=90271#toc
Repository:
rL LLVM
https://revi
smeenai created this revision.
https://reviews.llvm.org/D29157 will make explicit template instantiations
expand to default
visibility, at which point these method templates will need to be
explicitly marked hidden visibility to avoid leaking into other DSOs.
Unfortunately, because of clang PR321