Skip to content

Commit 5e7ed8f

Browse files
committed
Document addition of is_union() method for v1.7.3
1 parent 718dcb2 commit 5e7ed8f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/history.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,24 @@ by setting up a git repositery on github, hosted along with gccxml.
1414
Version 1.7.3 (not yet released)
1515
--------------------------------
1616

17-
1. C++xx flags are now correctly passed to castxml. Allowed flags are:
17+
1. C++xx flags are now correctly passed to CastXML. Allowed flags are:
1818
"-std=c++98", "-std=c++03", "-std=c++11", "-std=c++14", "-std=c++1z"
1919
Thanks to Mark Moll for the fix.
2020

21-
2. type_traits.smart_pointer_traits will now classify std::shared_ptr as a
21+
2. Addition of a is_union() method in the type_traits module.
22+
23+
3. type_traits.smart_pointer_traits will now classify std::shared_ptr as a
2224
smart pointer (only boost::shared_ptr was recognised before)
2325

24-
3. Fix a regression in undname_creator_t.format_argtypes
26+
4. Fix a regression in undname_creator_t.format_argtypes
2527

26-
4. Remove unittest2 dependency for testing with python 2.6
28+
5. Remove unittest2 dependency for testing with python 2.6
2729

28-
5. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
30+
6. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
2931

30-
6. Cosmetic fix for generator name printed to stdout when launching unit tests
32+
7. Cosmetic fix for generator name printed to stdout when launching unit tests
3133

32-
7. Fix simple typo in example.py comment
34+
8. Fix simple typo in example.py comment
3335

3436
Thanks to the following people for their contribution to this release:
3537
Mark Moll, Ashish Sadanandan, Mark Oates

0 commit comments

Comments
 (0)