Author: Wim Lavrijsen <wlavrij...@lbl.gov>
Branch: cling-support
Changeset: r85716:e6e59e1bc7fa
Date: 2016-07-14 15:09 -0700
http://bitbucket.org/pypy/pypy/changeset/e6e59e1bc7fa/

Log:    clean up some warnings about duplicates

diff --git a/pypy/module/cppyy/test/stltypes.xml 
b/pypy/module/cppyy/test/stltypes.xml
--- a/pypy/module/cppyy/test/stltypes.xml
+++ b/pypy/module/cppyy/test/stltypes.xml
@@ -12,11 +12,11 @@
   <class name="std::__detail::_List_node_base" /> -->
 
   <class pattern="std::map<*>" />
-  <class pattern="std::pair<*>" />
+  <!-- <class pattern="std::pair<*>" /> -->
   <!-- <class pattern="std::map<*>::iterator" />
   <class pattern="std::map<*>::const_iterator" /> -->
 
-  <class pattern="__gnu_cxx::__normal_iterator<*>" />
+  <!-- <class pattern="__gnu_cxx::__normal_iterator<*>" /> -->
 
   <!-- the following are for testing, not for iteration -->
   <function name="__gnu_cxx::operator=="/>
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to