|
413762a90a
|
refactor(typetraits): replaces template class type traits with concepts for TypeTraits/SupportedOperations.h
|
2022-05-22 22:36:04 +08:00 |
|
|
22fe906eda
|
refactor(typetraits): replaces template class type traits with concepts for TypeTraits/CompositeType.h
|
2022-05-22 22:35:11 +08:00 |
|
|
38902eb779
|
fix(typetraits): fix implementation of TIsScopedEnum TIsSwappable and TIsBitwiseConstructible
|
2022-04-30 19:25:17 +08:00 |
|
|
c7d6c780b9
|
refactor(testing): put all test functions under the Testing namespace
|
2022-03-19 13:35:27 +08:00 |
|
|
c2aecef3dd
|
feat(templates): add three-way comparison operator support
|
2022-03-09 23:35:05 +08:00 |
|
|
ad80dcd78f
|
style(miscellaneous): rename the Misc directory to Miscellaneous
|
2022-02-09 17:22:49 +08:00 |
|
|
63fdd34789
|
feat(templates): add Invoke function and corresponding peripheral tools
|
2022-02-04 21:11:05 +08:00 |
|
|
b0c170f803
|
feat(templates): improve Swap functions and peripheral tools
|
2022-02-04 16:34:41 +08:00 |
|
|
bafcadc68f
|
feat(concept): add concepts that depend on templates such as Forward and add corresponding tests
|
2022-02-04 15:47:57 +08:00 |
|
|
a2847b8910
|
feat(concept): add basic concepts and the corresponding testing
|
2022-02-02 19:04:42 +08:00 |
|