Seems to be working just fine here, thank you very much!
Verification steps:
1. Get a C++11 source file that #includes <string>:
#include <string>
int main() {
std::string s{"foobar"};
}
2. compile it with clang++ -stdlib=libc++ -std=c++11
3. if it compiles (which now it does) the bug is fixed.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610168
Title:
error: 'basic_string<_CharT, _Traits, _Allocator>' is missing
exception specification
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libc++/+bug/1610168/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs