Author: Wim Lavrijsen <[email protected]> Branch: reflex-support Changeset: r63492:341d88da422c Date: 2013-04-18 12:22 -0700 http://bitbucket.org/pypy/pypy/changeset/341d88da422c/
Log: virtual operator== testing with CINT backend diff --git a/pypy/module/cppyy/test/operators_LinkDef.h b/pypy/module/cppyy/test/operators_LinkDef.h --- a/pypy/module/cppyy/test/operators_LinkDef.h +++ b/pypy/module/cppyy/test/operators_LinkDef.h @@ -16,4 +16,7 @@ #pragma link C++ struct operator_unsigned_long; #pragma link C++ struct operator_float; +#pragma link C++ class v_opeq_base; +#pragma link C++ class v_opeq_derived; + #endif _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
