Fix ambiguous call to hive.pp_create_context
ebca8642 introduced another overload, but didn't drop the old one. This resulted in ambiguous call error, because there were three functions available, two of them with conflicting signatures. To fix this drop the old function, providing the whole function signature.
Loading
Please sign in to comment