Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix build when compiling with Werror (#158)
Compilation was failing on clang16 when compiling with Werror, specifically Wreorder-ctor, this makes sense because of initilization rules in C++, where the order of intialization matters.
- Loading branch information