[pypy-commit] pypy reflex-support: virtual operator== testing with CINT backend

wlav noreply at buildbot.pypy.org
Thu Apr 18 23:37:38 CEST 2013


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
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


More information about the pypy-commit mailing list