Fix compilation errors on Windows
- Add a couple of missing #include <algorithm> - Replace _N by _NN (_N is already defined and used in some system math headers on Windows) - Add #define __thread __declspec(thread)
Showing
- math/mathcore/inc/TMath.h 0 additions, 1 deletionmath/mathcore/inc/TMath.h
- math/mathcore/src/GaussIntegrator.cxx 1 addition, 0 deletionsmath/mathcore/src/GaussIntegrator.cxx
- math/mathcore/src/MixMaxEngineImpl.h 13 additions, 9 deletionsmath/mathcore/src/MixMaxEngineImpl.h
- math/mathcore/src/MixMaxEngineImpl17.cxx 1 addition, 1 deletionmath/mathcore/src/MixMaxEngineImpl17.cxx
- math/mathcore/src/MixMaxEngineImpl240.cxx 1 addition, 1 deletionmath/mathcore/src/MixMaxEngineImpl240.cxx
- math/mathcore/src/MixMaxEngineImpl256.cxx 1 addition, 1 deletionmath/mathcore/src/MixMaxEngineImpl256.cxx
- math/mathcore/src/RichardsonDerivator.cxx 1 addition, 0 deletionsmath/mathcore/src/RichardsonDerivator.cxx
- math/mathcore/src/mixmax.h 2 additions, 2 deletionsmath/mathcore/src/mixmax.h
Please register or sign in to comment