summaryrefslogtreecommitdiff
path: root/test/std/strings/basic.string/string.ops/string_compare/size_size_T_size_size.pass.cpp
AgeCommit message (Expand)Author
2017-11-21Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III
2017-11-15Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III
2016-11-01Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-09-24Fix a few static_asserts that need extra parens on -03Marshall Clow
2016-09-24Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w...Marshall Clow