r240259 - in /branches/gcc-6-branch/libstdc++-v...
redi@gcc.gnu.org
redi@gcc.gnu.org
Tue Sep 20 09:59:00 GMT 2016
Author: redi
Date: Tue Sep 20 09:59:54 2016
New Revision: 240259
URL: https://gcc.gnu.org/viewcvs?rev=240259&root=gcc&view=rev
Log:
Replace casts with floordiv operator in Python xmethods
* python/libstdcxx/v6/xmethods.py (DequeWorkerBase.__init__)
(DequeWorkerBase.index, VectorWorkerBase.get): Use // for division.
Modified:
branches/gcc-6-branch/libstdc++-v3/ChangeLog
branches/gcc-6-branch/libstdc++-v3/python/libstdcxx/v6/xmethods.py
More information about the Libstdc++-cvs
mailing list