File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,17 @@ Version 1.7.3 (not yet released)
35
35
The two declarations are now hidden from the declarations tree, but can still
36
36
be generated by using the ``config.flags = ["f1"] `` option.
37
37
38
- 7. Remove unittest2 dependency for testing with python 2.6
38
+ 7. Multiple fixes to adapt default arguments in functions for py++. Using the
39
+ latest version of CastXML is recommended. This makes sure default arguments
40
+ for function parameters are correctly defined, so that py++ can process them.
39
41
40
- 8. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
42
+ 8. Remove unittest2 dependency for testing with python 2.6
41
43
42
- 9. Cosmetic fix for generator name printed to stdout when launching unit tests
44
+ 9. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
43
45
44
- 10. Fix simple typo in example.py comment
46
+ 10. Cosmetic fix for generator name printed to stdout when launching unit tests
47
+
48
+ 11. Fix simple typo in example.py comment
45
49
46
50
Thanks to the following people for their contribution to this release:
47
51
Mark Moll, Ashish Sadanandan, Mark Oates
You can’t perform that action at this time.
0 commit comments