Make string_view work with -fno-exceptions and get tests passing.

llvm-svn: 271237
This commit is contained in:
Eric Fiselier
2016-05-30 23:53:19 +00:00
parent 8287fd8abd
commit af4a5a7f33
9 changed files with 106 additions and 60 deletions

View File

@@ -7,7 +7,6 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03, c++11
// <string>
// template<class charT, class traits, class Allocator>