aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
199 stars 68 forks source link

boost/timer.hpp BOOST_HEADER_DEPRECATED #51

Open aewallin opened 2 years ago

aewallin commented 2 years ago

compiling gives a few of these warnings:

/usr/include/boost/timer.hpp:21:1: note: #pragma message: This header is deprecated. Use the facilities in <boost/timer/timer.hpp> instead. 21 | BOOST_HEADER_DEPRECATED( "the facilities in <boost/timer/timer.hpp>" )