use CGAL/result_of instead of std::result_of in config.h

This commit is contained in:
Maxime Gimeno 2021-05-04 10:10:43 +02:00
parent 9acf3d4b19
commit e775ed2ebc
1 changed files with 1 additions and 1 deletions

View File

@ -623,6 +623,7 @@ using std::max;
# include <unordered_set>
# include <unordered_map>
# include <functional>
# include <CGAL/result_of.h>
//
namespace CGAL {
//
@ -641,7 +642,6 @@ namespace CGAL {
using std::is_enum;
using std::unordered_set;
using std::unordered_map;
using std::result_of;
}
//
namespace cpp0x = cpp11;