mirror of https://github.com/CGAL/cgal
_MSC_VER was too small
This commit is contained in:
parent
e574340204
commit
ae5c56c7ce
|
|
@ -42,7 +42,7 @@ public:
|
|||
}
|
||||
Sign_above(){}
|
||||
|
||||
#if defined(_MSC_VER) && ( _MSC_VER >= 1600 )
|
||||
#if defined(_MSC_VER) && ( _MSC_VER >= 1700 )
|
||||
template<typename... Args>
|
||||
auto operator()(Args&&... args) ->
|
||||
decltype(P::operator()(std::forward<Args>(args)...))
|
||||
|
|
|
|||
Loading…
Reference in New Issue