mirror of https://github.com/CGAL/cgal
use CGAL/result_of instead of std::result_of in config.h
This commit is contained in:
parent
9acf3d4b19
commit
e775ed2ebc
|
|
@ -623,6 +623,7 @@ using std::max;
|
||||||
# include <unordered_set>
|
# include <unordered_set>
|
||||||
# include <unordered_map>
|
# include <unordered_map>
|
||||||
# include <functional>
|
# include <functional>
|
||||||
|
# include <CGAL/result_of.h>
|
||||||
//
|
//
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
//
|
//
|
||||||
|
|
@ -641,7 +642,6 @@ namespace CGAL {
|
||||||
using std::is_enum;
|
using std::is_enum;
|
||||||
using std::unordered_set;
|
using std::unordered_set;
|
||||||
using std::unordered_map;
|
using std::unordered_map;
|
||||||
using std::result_of;
|
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
namespace cpp0x = cpp11;
|
namespace cpp0x = cpp11;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue