1
0
forked from Alepha/Alepha

5 Commits

Author SHA1 Message Date
0ef618e977 Optional only ever takes one argument.
Clang warned about this -- Clang's variadic template argument
handling seems to significantly differ from GCC's.  I should
test this out on godbolt sometime.
2023-11-10 11:51:29 -05:00
d1157cabf7 Start the C++23 adoption. 2023-11-07 05:30:50 -05:00
fe66d726be Clean up and regularize the prologue of files.
Mark them for C++20, remove the old module-faking hacks, etc.
2023-02-10 08:58:29 -08:00
49d53fecb6 Updated some things to C++20 headers.
Lots more to do...
2023-02-09 22:01:19 -08:00
ec07dcc83a Added Sequence and optional detection.
This is part of the larger `Meta` library.  Need to implement
tuple-for-each and more.
2021-07-01 22:28:24 -04:00