summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/concepts
AgeCommit message (Expand)Author
2025-09-11libstdc++: Use consteval for _S_noexcept() helper functionsJonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-02-01libstdc++: Implement P2165R4 changes to std::pair/tuple/etc [PR113309]Patrick Palka
2024-01-03Update copyright years.Jakub Jelinek
2023-09-07libstdc++: Rename C++20 Customization Point ObjectsJonathan Wakely
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-01-16Update copyright years.Jakub Jelinek
2022-11-10libstdc++: Optimize std::destructible conceptJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-06-18libstdc++: Implement LWG 3557 change to convertible_toPatrick Palka
2021-01-04Update copyright years.Jakub Jelinek
2020-10-15libstdc++: Fix typos in copyright noticeJonathan Wakely
2020-04-22libstdc++: Update __cpp_lib_concepts valueJonathan Wakely
2020-03-27libstdc++: Define __cpp_lib_ranges macro for C++20Jonathan Wakely
2020-02-19libstdc++: Simplify std::totally_ordered (LWG 3331)Jonathan Wakely
2020-02-19libstdc++: Simplify std::totally_ordered_with (LWG 3329)Jonathan Wakely
2020-02-17libstdc++: P1964R2 Wording for boolean-testableJonathan Wakely
2020-02-17libstdc++: Make "implicit expression variants" more explicit (P2102R0)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-11-15libstdc++: Implement LWG 3149 for std::default_constructibleJonathan Wakely
2019-11-14libstdc++: Implement new predicate concepts from P1716R3Jonathan Wakely
2019-10-30Use if-constexpr instead of overloading for customization pointJonathan Wakely
2019-10-29Add iterator concepts and range access customization points for C++20Jonathan Wakely
2019-10-16Only use GCC-specific __is_same_as built-in conditionallyJonathan Wakely
2019-10-11Implement <concepts> header for C++20Jonathan Wakely