We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ba9d1 commit 63dfcb7Copy full SHA for 63dfcb7
src/patch.jl
@@ -127,7 +127,7 @@ chance_outcomes(state::CxxWrap.StdLib.UniquePtrAllocated{State}) = chance_outcom
127
128
returns(state::CxxWrap.StdLib.UniquePtrAllocated{State}) = returns(state[])
129
130
-min_utility(game::CxxWrap.StdLib.SharedPtrAllocated{Game}) = min_utility(game[])
+min_utility(::CxxWrap.StdLib.SharedPtrAllocated{CxxWrap.CxxWrapCore.CxxConst{Game}}) = min_utility(game[][])
131
132
max_utility(game::CxxWrap.StdLib.SharedPtrAllocated{Game}) = max_utility(game[])
133
0 commit comments