mirror of https://github.com/CGAL/cgal
Replace detail/algorithm.hpp with type_traits/is_same.hpp
is_same is the only part of boost used in this file
This commit is contained in:
parent
0b98554808
commit
ae72a9f616
|
|
@ -39,7 +39,7 @@
|
|||
#include <CGAL/Arr_rat_arc/Rational_function.h>
|
||||
#include <CGAL/Arr_rat_arc/Rational_function_pair.h>
|
||||
|
||||
#include <boost/detail/algorithm.hpp>
|
||||
#include <boost/type_traits/is_same.hpp>
|
||||
|
||||
namespace CGAL {
|
||||
namespace Arr_rational_arc {
|
||||
|
|
|
|||
Loading…
Reference in New Issue