aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/concepts
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-15libstdc++: Implement LWG 3149 for std::default_constructibleJonathan Wakely1-3/+8
2019-11-14libstdc++: Implement new predicate concepts from P1716R3Jonathan Wakely1-5/+9
2019-10-30Use if-constexpr instead of overloading for customization pointJonathan Wakely1-15/+27
2019-10-29Add iterator concepts and range access customization points for C++20Jonathan Wakely1-7/+8
2019-10-16Only use GCC-specific __is_same_as built-in conditionallyJonathan Wakely1-2/+2
2019-10-11Implement <concepts> header for C++20Jonathan Wakely1-0/+351