mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fix deprecation: moved floating_point_comparison
This commit is contained in:
parent
b3c4829f15
commit
d96c6557ee
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
#include <boost/type_traits/common_type.hpp>
|
#include <boost/type_traits/common_type.hpp>
|
||||||
#include <boost/type_traits/is_convertible.hpp>
|
#include <boost/type_traits/is_convertible.hpp>
|
||||||
#include <boost/type_traits/has_equal_to.hpp>
|
#include <boost/type_traits/has_equal_to.hpp>
|
||||||
#include <boost/test/floating_point_comparison.hpp>
|
#include <boost/test/tools/floating_point_comparison.hpp>
|
||||||
|
|
||||||
namespace mock
|
namespace mock
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue