|
9368a49806
|
style(*): add comments and attribute specifiers
|
2022-12-29 21:55:02 +08:00 |
|
|
3f56a2beca
|
style(*): enclose the requires expression in parentheses as required by GCC
|
2022-11-16 22:03:54 +08:00 |
|
|
8e31a82a1f
|
fix(memory): fix compile error when memory constructs such as Memory::CopyConstruct for cv qualifiers type
|
2022-06-05 22:52:55 +08:00 |
|
|
97910be70c
|
refactor(typetraits): simplifies concept selection and removes the concept of bitwise operations
|
2022-05-22 22:36:49 +08:00 |
|
|
ee46d84897
|
refactor(typetraits): replaces template class type traits with concepts at all
|
2022-05-22 22:36:30 +08:00 |
|
|
413762a90a
|
refactor(typetraits): replaces template class type traits with concepts for TypeTraits/SupportedOperations.h
|
2022-05-22 22:36:04 +08:00 |
|
|
5d1f622af8
|
refactor(typetraits): TIsDestructible use Cpp17Destructible requirements instead of std::is_destructible
|
2022-05-22 22:33:45 +08:00 |
|
|
eeef55e9b4
|
refactor(*): remove FTypeInfo and replace it with the native std::type_info
|
2022-05-12 23:36:32 +08:00 |
|
|
c2c4a03974
|
feat(memory): add CopyConstruct and the Count parameter uses the size_t
|
2022-04-30 21:33:18 +08:00 |
|
|
e03cfa956c
|
feat(miscellaneous): add attribute specifier support
|
2022-03-19 23:07:04 +08:00 |
|
|
beaf5635ba
|
feat(memory): add Memory/MemoryOperator.h and the corresponding testing
|
2022-03-19 16:05:47 +08:00 |
|