diff --git a/include/teqp/algorithms/VLE_pure.hpp b/include/teqp/algorithms/VLE_pure.hpp index 7a9b9442..ea8ec896 100644 --- a/include/teqp/algorithms/VLE_pure.hpp +++ b/include/teqp/algorithms/VLE_pure.hpp @@ -247,7 +247,7 @@ inline auto pure_trace_VLE(const teqp::cppinterface::AbstractModel& model, const X(pure_trace_VLE) #define X(f) template ::value>::type> \ +typename = typename std::enable_if::value>::type> \ inline auto f(const TemplatedModel& model, Params&&... params){ \ auto view = teqp::cppinterface::adapter::make_cview(model); \ const AbstractModel& am = *view.get(); \