Merge pull request #8037 from jakobandersen/cpp_template_nontype

C++, fix non-type template parameter parsing
This commit is contained in:
Jakob Lykke Andersen
2020-08-02 11:22:45 +02:00
committed by GitHub
3 changed files with 87 additions and 52 deletions

View File

@@ -88,6 +88,8 @@ Bugs fixed
* #2050: Symbols sections are appeared twice in the index page
* #8017: Fix circular import in sphinx.addnodes
* #7986: CSS: make "highlight" selector more robust
* #7944: C++, parse non-type template parameters starting with
a dependent qualified name.
Testing
--------