Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' into 5.1.x-branch

This commit is contained in:
Laurent Rineau 2020-09-14 15:02:02 +02:00
commit 87ebc1ef56
1 changed files with 9 additions and 3 deletions

View File

@ -25,10 +25,8 @@
#include <CGAL/Origin.h>
#include <CGAL/Bbox_2.h>
#include <CGAL/Bbox_3.h>
#include <vector>
#include <type_traits>
#include <CGAL/Default.h>
#include<CGAL/tss.h>
#include <CGAL/tss.h>
#include <CGAL/is_iterator.h>
#include <CGAL/transforming_iterator.h>
@ -47,6 +45,14 @@
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
#include <boost/preprocessor/repetition/enum.hpp>
#include <iostream>
#include <iterator>
#include <string>
#include <tuple>
#include <type_traits>
#include <utility>
#include <vector>
namespace CGAL {
template <class E,