from ../../build-backend/../src/scout/OmpPattern.h:21,
from ../../build-backend/../src/scout/OmpPattern.cpp:20:
/usr/include/math.h:346:1: error: template with C linkage
template inline bool
^~~~
The problem seems to be in various C libraries wrapping system
#includes inside of e
.h:21,
from ../../build-backend/../src/scout/OmpPattern.cpp:20:
/usr/include/math.h:346:1: error: template with C linkage
template inline bool
^~~~
The problem seems to be in various C libraries wrapping system #includes
inside of extern "C" {} blocks. I've just fixed cu
from ../../build-backend/../src/scout/OmpPattern.h:21,
> from ../../build-backend/../src/scout/OmpPattern.cpp:20:
> /usr/include/math.h:346:1: error: template with C linkage
> template inline bool
> ^~~~
>
> The problem seems to be in various
scout/OmpPattern.cpp:20:
/usr/include/math.h:346:1: error: template with C linkage
template inline bool
^~~~
The problem seems to be in various C libraries wrapping system #includes
inside of extern "C" {} blocks. I've just fixed cube and grib_api, but there
may be others out t