Skip to content

Commit

Permalink
Force make_tuple into boost::python:: rather than std::
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 9, 2016
1 parent 6538768 commit e2b41fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/wrap_triangle.cpp
Expand Up @@ -176,7 +176,7 @@ int triunsuitable(vertex triorg, vertex tridest, vertex triapex, REAL area)
try
{
return call<bool>(RefinementFunction,
make_tuple(
boost::python::make_tuple(
object(boost::ref(org)),
object(boost::ref(dest)),
object(boost::ref(apex))
Expand Down

0 comments on commit e2b41fe

Please sign in to comment.