summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add compressed pair exampleJohannes Stoelp2024-10-041-0/+101
* variadic: mapping from generic types to common typeJohannes Stoelp2024-10-041-0/+132
* fn: function aliasJohannes Stoelp2024-10-041-0/+8
* fn: add simple fn signature checker exampleJohannes Stoelp2024-10-042-0/+142
* alloc: minimal allocator for inspectionsJohannes Stoelp2024-07-021-0/+87
* fn: fix fn_t, add static asserts for glibcJohannes Stoelp2024-04-231-5/+11
* fn: wrapper hook with deducing noexceptJohannes Stoelp2024-04-211-0/+99
* concepts: iter example, test out syntaxJohannes Stoelp2024-04-113-2/+193
* make: add make file and clang-{tidy,format} configsJohannes Stoelp2024-04-073-0/+75
* typelist: a type list with some algorithmsJohannes Stoelp2024-04-071-0/+164
* dtor: conditional trivial destructibleJohannes Stoelp2024-04-051-0/+94