mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Merge pull request #23 from Lastique/feature/fix_noexcept_dtors
Fix missing noexcept markup for destructors
This commit is contained in:
commit
faacd1f26a
@ -1351,6 +1351,7 @@
|
|||||||
<!-- Handle Destructors -->
|
<!-- Handle Destructors -->
|
||||||
<xsl:template name="destructor">
|
<xsl:template name="destructor">
|
||||||
<destructor>
|
<destructor>
|
||||||
|
<xsl:call-template name="function.attributes"/>
|
||||||
<xsl:call-template name="function.children"/>
|
<xsl:call-template name="function.children"/>
|
||||||
</destructor>
|
</destructor>
|
||||||
<xsl:text> </xsl:text><!-- Newline -->
|
<xsl:text> </xsl:text><!-- Newline -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user