2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

Add a regression test for const double& parameters

[SVN r8102]
This commit is contained in:
Dave Abrahams
2000-11-02 19:32:21 +00:00
parent f65959fadc
commit b69f998c2c

View File

@@ -657,6 +657,9 @@ Regression test for a reference-counting bug thanks to Mark Evans
0.0
>>> sizelist([1, 2, 4])
3.0
And another for doubles
>>> vector_double().push_back(3.0)
Tests for method lookup in the context of inheritance
Set up the tests
@@ -838,7 +841,6 @@ test inheritB2
'B2::inheritB2'
>>> db2.inheritB2()
'B2::inheritB2'
'''
from demo import *