Skip to content

Commit e9c4bd2

Browse files
authored
Merge pull request #61 from orivej/name-st
Delete duplicate <name> mangling rule
2 parents d871a3a + 6ce179a commit e9c4bd2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

abi.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5750,17 +5750,9 @@ <h4><a href="#mangling-compression">5.1.9 Compression</a></h4>
57505750
</pre></font></code>
57515751

57525752
<p>
5753-
The abbreviation St is always an initial qualifier,
5754-
i.e. appearing as the first element of a compound name.
5755-
It does not require N...E delimiters unless
5753+
Note that the abbreviation St does not require N...E delimiters unless
57565754
either followed by more than one additional composite name component,
57575755
or preceded by CV-qualifiers or a ref-qualifier for a member function.
5758-
This adds the case:
5759-
<pre><font color=blue><code>
5760-
&lt;<a name="mangle.name">name</a>&gt; ::= St &lt;<a href="#mangle.unqualified-name">unqualified-name</a>&gt; # ::std::
5761-
5762-
</pre></font></code>
5763-
57645756
For example:
57655757
<code><pre>
57665758
"_ZSt5state": ::std::state

0 commit comments

Comments
 (0)