On Sat, 4 Jan 2020, Bruno Haible wrote:
Hi Martin,
In this particular case, this math.h header ends up included in a context
wrapped in 'extern "C" {}' surrounding it, which breaks the C++ function
overloading.
The general convention is that header files must be included outside of
any 'exte
Hi Martin,
> In this particular case, this math.h header ends up included in a context
> wrapped in 'extern "C" {}' surrounding it, which breaks the C++ function
> overloading.
The general convention is that header files must be included outside of
any 'extern "C" {}' or 'extern "C++" {}' conte