Skip to content

Fix segmented_regression.hpp to be compatible with Visual Studio 2015

Roman Roibu requested to merge romanroibu/nslr:win-vs2015 into master
  • Remove duplicate cmath header include
  • Replace and keyword with && operator
  • Replace designated initializer (supported in C but not C++) with brace initializer
  • Define _USE_MATH_DEFINES on build to include M_PI definition

Merge request reports