C++, fix merging overloaded functions in parallel builds.

This commit is contained in:
Jakob Lykke Andersen
2020-04-08 22:44:28 +02:00
parent 4caa7d7c37
commit 1086fd41ec
2 changed files with 73 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ Bugs fixed
----------
* #7428: py domain: a reference to class ``None`` emits a nitpicky warning
* #7438: C++, fix merging overloaded functions in parallel builds.
Testing
--------