mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
C++, fix assertion on multiple duplicate symbols
If a symbol was declared more than 2 times, it would crash. Fixes sphinx-doc/sphinx#5496.
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -19,6 +19,7 @@ Bugs fixed
|
||||
* #5490: latex: enumerated list causes a crash with recommonmark
|
||||
* #5492: sphinx-build fails to build docs w/ Python < 3.5.2
|
||||
* #3704: latex: wrong ``\label`` positioning for figures with a legend
|
||||
* #5496: C++, fix assertion when a symbol is declared more than twice.
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user