SManecke
Results
1
issues of
SManecke
In `qqbar.h` the `extern "C"` block is opened before including further headers, like this: ```c++ #ifdef __cplusplus extern "C" { #endif #include "fmpz_types.h" #include "fmpq_types.h" #include "mpoly_types.h" #include "acb.h" ```...