a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
7 lines
297 B
XML
7 lines
297 B
XML
<?xml version="1.0"?>
|
|
<clause number="17.2.7.4" title="Member Names Reserved for Destructors">
|
|
<paragraph>For a class containing a destructor (<hyperlink>17.12</hyperlink>), the following signature is reserved: <code_example><![CDATA[
|
|
void Finalize();
|
|
]]></code_example></paragraph>
|
|
</clause>
|