aboutsummaryrefslogtreecommitdiff
path: root/system/include/libcxx/string
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-16 16:25:08 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-16 16:25:08 -0800
commit1cb0ec225dd97470208cc9e3b59cf35d8f4e3a0b (patch)
tree4cd531366cc90a7521d363e5561c25e9e5328b20 /system/include/libcxx/string
parentcf5947187de4390ad0440940f323470b37befbc8 (diff)
restore libcxx to pristine state, undoing all our hacks, and work towards fixing test_exceptions given that
Diffstat (limited to 'system/include/libcxx/string')
-rw-r--r--system/include/libcxx/string6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/include/libcxx/string b/system/include/libcxx/string
index 4f3e0e76..2041510f 100644
--- a/system/include/libcxx/string
+++ b/system/include/libcxx/string
@@ -1021,7 +1021,7 @@ __basic_string_common<__b>::__throw_out_of_range() const
#endif
}
-//extern template class __basic_string_common<true>; /* XXX EMScripten: Comment to export the class */
+extern template class __basic_string_common<true>;
template<class _CharT, class _Traits, class _Allocator>
class _LIBCPP_VISIBLE basic_string
@@ -3965,8 +3965,8 @@ getline(basic_istream<_CharT, _Traits>&& __is,
#endif // _LIBCPP_HAS_NO_RVALUE_REFERENCES
-//extern template class basic_string<char>; /* XXX EMScripten: Comment to export the class */
-//extern template class basic_string<wchar_t>; /* XXX EMScripten: Comment to export the class */
+extern template class basic_string<char>;
+extern template class basic_string<wchar_t>;
extern template
string