Merge pull request #23 from Lastique/feature/fix_noexcept_dtors

Fix missing noexcept markup for destructors
This commit is contained in:
Glen Fernandes 2023-12-21 07:35:05 -05:00 committed by GitHub
commit faacd1f26a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1351,6 +1351,7 @@
<!-- Handle Destructors -->
<xsl:template name="destructor">
<destructor>
<xsl:call-template name="function.attributes"/>
<xsl:call-template name="function.children"/>
</destructor>
<xsl:text>&#10;</xsl:text><!-- Newline -->