Skip to content

Remove deprecated boost warnings

Kurt Sansom requested to merge kayarre/nektar:fix/deprecated_boost into master

Closes #283 (closed)

This commit updates replaces the deprecated boost headers Eliminates compile time warnings.

duplicates were removed and assumes boost 1.77 or higher.

deprecated -> suggested header replacement:

boost/test/test_case_template.hpp -> boost/test/unit_test.hpp> boost/test/auto_unit_test.hpp -> boost/test/unit_test.hpp boost/timer.hpp -> boost/timer/timer.hpp boost/test/floating_point_comparison.hpp -> boost/test/tools/floating_point_comparison.hpp boost/progress.hpp -> boost/timer/timer.hpp boost/test/included/unit_test_framework.hpp -> boost/test/included/unit_test.hp

Edited by Chris Cantwell

Merge request reports