Compile error
ooxi opened this issue · 0 comments
ooxi commented
Compiling fixed.h
results in a warning which causes my build to fail
fixed/include/cpp-utilities/fixed.h:150:8: error: unused type alias 'base_type' [-Werror,-Wunused-local-typedef]
using base_type = typename fixed<I, F>::base_type;
^
1 error generated.