This is another possible fix for https://reviews.llvm.org/D25897.
I'm just putting this up for now so it's visible. I'll fill out the details later.
Paths
| Differential D26324
Don't mark externally instantiated symbols as hidden Needs ReviewPublic Authored by EricWF on Nov 5 2016, 2:49 AM.
Details
Summary This is another possible fix for https://reviews.llvm.org/D25897. I'm just putting this up for now so it's visible. I'll fill out the details later.
Diff Detail Event TimelineEricWF updated this object. Comment Actions The only [unrelated] problem I ran into was using the default options for -std. It was building with c++11 but testing with c++1z that was causing ifdef'd functions like the non-const copy of basic_string::data() to not be included in the libraries instantiation of the class. Other than that minor hiccup, everything looks good to me. Thanks!
Revision Contents
Diff 76966 include/__locale
include/ios
include/istream
include/locale
include/ostream
include/streambuf
include/string
include/vector
|