summaryrefslogtreecommitdiff
path: root/test/std/containers/associative/multimap/multimap.ops/find2.fail.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-04[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2015-06-30Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...Marshall Clow