Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I would...
authorMarshall Clow <mclow.lists@gmail.com>
Sat, 24 Sep 2016 22:45:42 +0000 (22:45 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Sat, 24 Sep 2016 22:45:42 +0000 (22:45 +0000)
commit54f0981ebda1341b9b2e0ce1ccd830eebc320387
treec35544c27df374cf3e6f52a1cc55a0edddd67dc1
parent1776f4c965efb96488d857a86acd369cf747a257
Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I would wait for these to be voted upon at a committee meeting (November), but the current draft standard is broken, and this should fix it. (And if it doesn't, we want to know about it soonest)

llvm-svn: 282342
libcxx/include/string
libcxx/test/std/strings/basic.string/string.modifiers/string_append/T_size_size.pass.cpp [moved from libcxx/test/std/strings/basic.string/string.modifiers/string_append/string_view_size_size.pass.cpp with 72% similarity]
libcxx/test/std/strings/basic.string/string.modifiers/string_assign/T_size_size.pass.cpp [moved from libcxx/test/std/strings/basic.string/string.modifiers/string_assign/string_view_size_size.pass.cpp with 73% similarity]
libcxx/test/std/strings/basic.string/string.modifiers/string_insert/size_T_size_size.pass.cpp [new file with mode: 0644]
libcxx/test/std/strings/basic.string/string.modifiers/string_replace/size_size_T_size_size.pass.cpp [new file with mode: 0644]
libcxx/test/std/strings/basic.string/string.ops/string_compare/size_size_T_size_size.pass.cpp [new file with mode: 0644]