Shark-ML / Shark

The Shark Machine Leaning Library. See more:
http://shark-ml.github.io/Shark/
GNU Lesser General Public License v3.0
493 stars 130 forks source link

Deprecation in Boost libraries since 1.71 #279

Open Mr-S-Mirzoev opened 4 years ago

Mr-S-Mirzoev commented 4 years ago

In file included from /usr/include/boost/config/header_deprecated.hpp:18, from /usr/include/boost/test/floating_point_comparison.hpp:13, from /home/sergey/Documents/dev/cpp/packages/Shark/Test/Algorithms/Trainers/Budgeted/AbstractBudgetMaintenanceStrategy_Test.cpp:38: /usr/include/boost/test/floating_point_comparison.hpp:14:1: note: #pragma message: This header is deprecated. Use This header is deprecated. Please use <boost/test/tools/floating_point_comparison.hpp> instead. instead. 14 | BOOST_HEADER_DEPRECATED( "This header is deprecated. Please use <boost/test/tools/floating_point_comparison.hpp> instead." )

Floating point comparison is moved from boost/test/floating_point_comparison.hpp to boost/test/tools/floating_point_comparison.hpp