1
0
forked from Alepha/Alepha

5 Commits

Author SHA1 Message Date
d1157cabf7 Start the C++23 adoption. 2023-11-07 05:30:50 -05:00
1959ec7fdd Update pair_decay to new namespace format. 2023-10-18 01:41:21 -04:00
49d53fecb6 Updated some things to C++20 headers.
Lots more to do...
2023-02-09 22:01:19 -08:00
deeb27cb9f Fix building with pair_decay and tuple_decay. 2022-10-15 16:40:55 -04:00
525c5b7be8 Pairs !- tuples, so add some better Meta support
I usually use `tuple` for all product types, but some STL bits
use pair, which is a distinct type.  So here's some helpful
meta helpers for them.
2021-10-15 05:19:09 -04:00