Skip to content

Commit

Permalink
Merge pull request #380 from bluescarni/pr/tanuki_update
Browse files Browse the repository at this point in the history
tanuki update
  • Loading branch information
bluescarni authored Jan 1, 2024
2 parents 2de3a52 + fe350cd commit 01ad372
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 291 deletions.
2 changes: 1 addition & 1 deletion include/heyoka/callable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ inline constexpr auto callable_wrap_config = tanuki::config<empty_callable, call
// in the callable interface implementation.
.static_size = tanuki::holder_size<R (*)(Args...), callable_iface<R, Args...>>,
.pointer_interface = false,
.explicit_generic_ctor = false};
.explicit_ctor = tanuki::wrap_ctor::always_implicit};

// Definition of the callable wrap.
template <typename R, typename... Args>
Expand Down
Loading

0 comments on commit 01ad372

Please sign in to comment.