aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/optional/hash.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-13libstdc++: Refactor std::hash specializationsJonathan Wakely1-0/+33
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from any/optional/variant testsJonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-20PR libstdc++/82262 fix std::hash<std::optional<const T>>Jonathan Wakely1-4/+13
2017-03-10P0604R0 add invoke_result, is_invocable etc. for C++17Jonathan Wakely1-6/+4
2017-01-21Make poisoned hashes SFINAE away the call operator of the hash.Ville Voutilainen1-0/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-15Fix find&replace error in license boilerplateJonathan Wakely1-1/+1
2016-11-14Implement P0513R0, Poisoning the Hash.Ville Voutilainen1-0/+38