summaryrefslogtreecommitdiffstats
path: root/src/common/concepts.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-26concepts: Use the std::contiguous_iterator conceptMorph1-13/+3
2022-10-18fixed_point: Use variable templates and concepts where applicableLioncash1-0/+8
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2020-12-29k_priority_queue: Fix concepts usecomex1-0/+4
2020-08-18common/concepts: Move <type_traits> include out of the Common namespaceLioncash1-2/+2
2020-08-07common/concepts: Rename IsBaseOf to DerivedFromLioncash1-4/+6
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David1-0/+32