Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/python/test/operators_wrapper.py @ 45

Last change on this file since 45 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 164 bytes
Line 
1from operators_wrapper_ext import *
2
3class D2(vector): pass
4d2 = D2()
5
6for lhs in (v,d,d2):
7    -lhs
8    for rhs in (v,d,d2):
9        lhs + rhs
10        lhs += rhs
11
Note: See TracBrowser for help on using the repository browser.