try to please MSVC 2015

This commit is contained in:
Sébastien Loriot 2022-01-13 14:22:29 +01:00
parent 99a5e3c8ea
commit 497dbcd44a
1 changed files with 1 additions and 0 deletions

View File

@ -1409,6 +1409,7 @@ bool do_intersect(const TriangleMesh& tm,
#ifndef DOXYGEN_RUNNING
, const typename boost::disable_if<
typename boost::mpl::or_<
typename boost::is_same<TriangleMesh, Polyline>::type,
typename boost::mpl::not_<typename boost::has_range_iterator<Polyline>::type>::type, // not a range
typename boost::has_range_iterator<
typename boost::mpl::eval_if<