Justin Hamilton
Results
2
issues of
Justin Hamilton
With the latest msi-installed meson/ninja, I get several compiler errors when running ninja, most seem to be unknown types or implicit function declarations. Here's the first: ``` [7/25] Compiling C...
Steps to reproduce: ``` git clone https://github.com/Kazade/kazmath.git cd kazmath mkdir build cd build cmake .. make ``` produces: ``` /Users/jamiltron/opt/kazmath/tests/kaztest/kaztest.h:53:34: warning: variadic templates are a C++11 extension [-Wc++11-extensions] template ^...