Closed victorstewart closed 5 years ago
bug fixes + cleaned up the code and parameter list some.
come GCC 10 and full c++20 this code can shrink significantly once constexpr new is implemented. otherwise need to process in several passes to set explicit array sizes.
constexpr new
bug fixes + cleaned up the code and parameter list some.
come GCC 10 and full c++20 this code can shrink significantly once
constexpr new
is implemented. otherwise need to process in several passes to set explicit array sizes.