@@ -42,12 +42,6 @@ cdef extern from "core/array.h":
4242 iterator end() except +
4343
4444
45- cdef extern from " core/list.h" :
46- cdef cppclass c_List " List" [T]:
47- T & getitem " operator[]" (int ) except +
48- int size() except +
49- void push_back(T) except +
50-
5145cdef extern from " games/game.h" :
5246 cdef cppclass c_GameRep " GameRep"
5347 cdef cppclass c_GameStrategyRep " GameStrategyRep"
@@ -463,22 +457,22 @@ cdef extern from "util.h":
463457 c_GameAction, c_Rational) except +
464458
465459 shared_ptr[c_MixedStrategyProfile[double ]] copyitem_list_mspd " sharedcopyitem" (
466- c_List [c_MixedStrategyProfile[double ]], int
460+ stdlist [c_MixedStrategyProfile[double ]], int
467461 ) except +
468462 shared_ptr[c_MixedStrategyProfile[c_Rational]] copyitem_list_mspr " sharedcopyitem" (
469- c_List [c_MixedStrategyProfile[c_Rational]], int
463+ stdlist [c_MixedStrategyProfile[c_Rational]], int
470464 ) except +
471465 shared_ptr[c_MixedBehaviorProfile[double ]] copyitem_list_mbpd " sharedcopyitem" (
472- c_List [c_MixedBehaviorProfile[double ]], int
466+ stdlist [c_MixedBehaviorProfile[double ]], int
473467 ) except +
474468 shared_ptr[c_MixedBehaviorProfile[c_Rational]] copyitem_list_mbpr " sharedcopyitem" (
475- c_List [c_MixedBehaviorProfile[c_Rational]], int
469+ stdlist [c_MixedBehaviorProfile[c_Rational]], int
476470 ) except +
477471 shared_ptr[c_LogitQREMixedStrategyProfile] copyitem_list_qrem " sharedcopyitem" (
478- c_List [c_LogitQREMixedStrategyProfile], int
472+ stdlist [c_LogitQREMixedStrategyProfile], int
479473 ) except +
480474 shared_ptr[c_LogitQREMixedBehaviorProfile] copyitem_list_qreb " sharedcopyitem" (
481- c_List [c_LogitQREMixedBehaviorProfile], int
475+ stdlist [c_LogitQREMixedBehaviorProfile], int
482476 ) except +
483477
484478
0 commit comments