Skip to content

SystemInformation: Do not include unnecessary fenv.h

Brad King requested to merge brad.king/kwsys:SystemInformation-no-fenv into master

We do not use any symbols from this header. The FPE_ macros that we use are defined by signal headers.

Merge request reports