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:
Philipp Möller 2015-04-10 13:45:47 +02:00
parent 0b98554808
commit ae72a9f616
1 changed files with 1 additions and 1 deletions

View File

@ -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 {