Skip to content

Commit 7f7dbd5

Browse files
committed
fix conflicting ids <exception>, <limits>, <new>
1 parent 032a87e commit 7f7dbd5

26 files changed

Lines changed: 44 additions & 44 deletions

n3337/full.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28134,7 +28134,7 @@
2813428134
template, specializations shall define these values in such a way
2813528135
that they are usable as
2813628136
constant expressions.</p></div><div class='para' id='limits.numeric-4'><div class='marginalizedparent'><a class='marginalized' href='#limits.numeric-4'>4</a></div><p >Non-arithmetic standard types, such as
28137-
<span class='texttt'>complex&lt;T&gt;</span> (<a href='complex'>[complex]</a>), shall not have specializations.</p><p ><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='float_round_style'></a></span><span class='indexparent'><a class='index' id='float_denorm_style'></a></span></p></div></div><div id='limits.syn'><h4 ><a class='secnum' href='#limits.syn' style='min-width:118pt'>18.3.2.2</a> Header <span class='texttt'>&lt;limits&gt;</span> synopsis <a class='abbr_ref' href='limits.syn'>[limits.syn]</a></h4><pre class='codeblock'>
28137+
<span class='texttt'>complex&lt;T&gt;</span> (<a href='complex'>[complex]</a>), shall not have specializations.</p><p ><span class='indexparent'><a class='index' id='<limits>'></a></span><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='float_round_style'></a></span><span class='indexparent'><a class='index' id='float_denorm_style'></a></span></p></div></div><div id='limits.syn'><h4 ><a class='secnum' href='#limits.syn' style='min-width:118pt'>18.3.2.2</a> Header <span class='texttt'>&lt;limits&gt;</span> synopsis <a class='abbr_ref' href='limits.syn'>[limits.syn]</a></h4><pre class='codeblock'>
2813828138
namespace std {
2813928139
template&lt;class T&gt; class numeric_limits;
2814028140
enum float_round_style;
@@ -28888,7 +28888,7 @@
2888828888
defines several
2888928889
functions that manage the allocation of dynamic storage in a program.
2889028890
It also defines components for reporting storage management errors.</p><p ><b>Header <span class='texttt'>&lt;new&gt;</span> synopsis</b>
28891-
<span class='indexparent'><a class='index' id='new'></a></span><span class='indexparent'><a class='index' id='new'></a></span>
28891+
<span class='indexparent'><a class='index' id='<new>'></a></span><span class='indexparent'><a class='index' id='new'></a></span>
2889228892
</p><pre class='codeblock'>
2889328893
namespace std {
2889428894
class bad_alloc;
@@ -29367,7 +29367,7 @@
2936729367
<span class='texttt'>wstring</span> (<a href='string.classes'>[string.classes]</a>, <a href='locale.codecvt'>[locale.codecvt]</a>)
2936829368
</p></div></div></div></div><div id='support.exception'><h2 ><a class='secnum' href='#support.exception' style='min-width:88pt'>18.8</a> Exception handling <a class='abbr_ref' href='support.exception'>[support.exception]</a></h2><div class='para' id='support.exception-1'><div class='marginalizedparent'><a class='marginalized' href='#support.exception-1'>1</a></div><p >The header
2936929369
<span class='texttt'>&lt;exception&gt;</span>
29370-
defines several types and functions related to the handling of exceptions in a C++ program.</p><p ><b>Header <span class='texttt'>&lt;exception&gt;</span> synopsis</b></p><p ><span class='indexparent'><a class='index' id='exception'></a></span><span class='indexparent'><a class='index' id='exception'></a></span></p><pre class='codeblock'>
29370+
defines several types and functions related to the handling of exceptions in a C++ program.</p><p ><b>Header <span class='texttt'>&lt;exception&gt;</span> synopsis</b></p><p ><span class='indexparent'><a class='index' id='<exception>'></a></span><span class='indexparent'><a class='index' id='exception'></a></span></p><pre class='codeblock'>
2937129371
namespace std {
2937229372
class exception;
2937329373
class bad_exception;

n3337/generalindex.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

n3337/language.support.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
template, specializations shall define these values in such a way
128128
that they are usable as
129129
constant expressions.</p></div><div class='para' id='limits.numeric-4'><div class='marginalizedparent'><a class='marginalized' href='#limits.numeric-4'>4</a></div><p >Non-arithmetic standard types, such as
130-
<span class='texttt'>complex&lt;T&gt;</span> (<a href='complex'>[complex]</a>), shall not have specializations.</p><p ><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='float_round_style'></a></span><span class='indexparent'><a class='index' id='float_denorm_style'></a></span></p></div></div><div id='limits.syn'><h4 ><a class='secnum' href='#limits.syn' style='min-width:118pt'>18.3.2.2</a> Header <span class='texttt'>&lt;limits&gt;</span> synopsis <a class='abbr_ref' href='limits.syn'>[limits.syn]</a></h4><pre class='codeblock'>
130+
<span class='texttt'>complex&lt;T&gt;</span> (<a href='complex'>[complex]</a>), shall not have specializations.</p><p ><span class='indexparent'><a class='index' id='<limits>'></a></span><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='float_round_style'></a></span><span class='indexparent'><a class='index' id='float_denorm_style'></a></span></p></div></div><div id='limits.syn'><h4 ><a class='secnum' href='#limits.syn' style='min-width:118pt'>18.3.2.2</a> Header <span class='texttt'>&lt;limits&gt;</span> synopsis <a class='abbr_ref' href='limits.syn'>[limits.syn]</a></h4><pre class='codeblock'>
131131
namespace std {
132132
template&lt;class T&gt; class numeric_limits;
133133
enum float_round_style;
@@ -881,7 +881,7 @@
881881
defines several
882882
functions that manage the allocation of dynamic storage in a program.
883883
It also defines components for reporting storage management errors.</p><p ><b>Header <span class='texttt'>&lt;new&gt;</span> synopsis</b>
884-
<span class='indexparent'><a class='index' id='new'></a></span><span class='indexparent'><a class='index' id='new'></a></span>
884+
<span class='indexparent'><a class='index' id='<new>'></a></span><span class='indexparent'><a class='index' id='new'></a></span>
885885
</p><pre class='codeblock'>
886886
namespace std {
887887
class bad_alloc;
@@ -1360,7 +1360,7 @@
13601360
<span class='texttt'>wstring</span> (<a href='string.classes'>[string.classes]</a>, <a href='locale.codecvt'>[locale.codecvt]</a>)
13611361
</p></div></div></div></div><div id='support.exception'><h2 ><a class='secnum' href='#support.exception' style='min-width:88pt'>18.8</a> Exception handling <a class='abbr_ref' href='support.exception'>[support.exception]</a></h2><div class='para' id='support.exception-1'><div class='marginalizedparent'><a class='marginalized' href='#support.exception-1'>1</a></div><p >The header
13621362
<span class='texttt'>&lt;exception&gt;</span>
1363-
defines several types and functions related to the handling of exceptions in a C++ program.</p><p ><b>Header <span class='texttt'>&lt;exception&gt;</span> synopsis</b></p><p ><span class='indexparent'><a class='index' id='exception'></a></span><span class='indexparent'><a class='index' id='exception'></a></span></p><pre class='codeblock'>
1363+
defines several types and functions related to the handling of exceptions in a C++ program.</p><p ><b>Header <span class='texttt'>&lt;exception&gt;</span> synopsis</b></p><p ><span class='indexparent'><a class='index' id='<exception>'></a></span><span class='indexparent'><a class='index' id='exception'></a></span></p><pre class='codeblock'>
13641364
namespace std {
13651365
class exception;
13661366
class bad_exception;

n3337/limits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
template, specializations shall define these values in such a way
1919
that they are usable as
2020
constant expressions.</p></div><div class='para' id='numeric-4'><div class='marginalizedparent'><a class='marginalized' href='#numeric-4'>4</a></div><p >Non-arithmetic standard types, such as
21-
<span class='texttt'>complex&lt;T&gt;</span> (<a href='complex'>[complex]</a>), shall not have specializations.</p><p ><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='float_round_style'></a></span><span class='indexparent'><a class='index' id='float_denorm_style'></a></span></p></div></div><div id='syn'><h4 ><a class='secnum' href='#syn' style='min-width:118pt'>18.3.2.2</a> Header <span class='texttt'>&lt;limits&gt;</span> synopsis <a class='abbr_ref' href='limits.syn'>[limits.syn]</a></h4><pre class='codeblock'>
21+
<span class='texttt'>complex&lt;T&gt;</span> (<a href='complex'>[complex]</a>), shall not have specializations.</p><p ><span class='indexparent'><a class='index' id='<limits>'></a></span><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='float_round_style'></a></span><span class='indexparent'><a class='index' id='float_denorm_style'></a></span></p></div></div><div id='syn'><h4 ><a class='secnum' href='#syn' style='min-width:118pt'>18.3.2.2</a> Header <span class='texttt'>&lt;limits&gt;</span> synopsis <a class='abbr_ref' href='limits.syn'>[limits.syn]</a></h4><pre class='codeblock'>
2222
namespace std {
2323
template&lt;class T&gt; class numeric_limits;
2424
enum float_round_style;

n3337/limits.numeric.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
template, specializations shall define these values in such a way
1919
that they are usable as
2020
constant expressions.</p></div><div class='para' id='4'><div class='marginalizedparent'><a class='marginalized' href='#4'>4</a></div><p >Non-arithmetic standard types, such as
21-
<span class='texttt'>complex&lt;T&gt;</span> (<a href='complex'>[complex]</a>), shall not have specializations.</p><p ><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='float_round_style'></a></span><span class='indexparent'><a class='index' id='float_denorm_style'></a></span></p></div></div></div></body></html>
21+
<span class='texttt'>complex&lt;T&gt;</span> (<a href='complex'>[complex]</a>), shall not have specializations.</p><p ><span class='indexparent'><a class='index' id='<limits>'></a></span><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='float_round_style'></a></span><span class='indexparent'><a class='index' id='float_denorm_style'></a></span></p></div></div></div></body></html>

n3337/support.dynamic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
defines several
44
functions that manage the allocation of dynamic storage in a program.
55
It also defines components for reporting storage management errors.</p><p ><b>Header <span class='texttt'>&lt;new&gt;</span> synopsis</b>
6-
<span class='indexparent'><a class='index' id='new'></a></span><span class='indexparent'><a class='index' id='new'></a></span>
6+
<span class='indexparent'><a class='index' id='<new>'></a></span><span class='indexparent'><a class='index' id='new'></a></span>
77
</p><pre class='codeblock'>
88
namespace std {
99
class bad_alloc;

n3337/support.exception.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html><html lang='en'><head><title>[support.exception]</title><meta charset='UTF-8'/><link rel='stylesheet' type='text/css' href='14882.css'/></head><body><div class='wrapper'><h1 ><a class='secnum' style='min-width:73pt'>18</a> Language support library <a class='abbr_ref' href='./#language.support'>[language.support]</a></h1><div id='support.exception'><h2 ><a class='secnum' style='min-width:88pt'>18.8</a> Exception handling <a class='abbr_ref'>[support.exception]</a></h2><div class='para' id='1'><div class='marginalizedparent'><a class='marginalized' href='#1'>1</a></div><p >The header
22
<span class='texttt'>&lt;exception&gt;</span>
3-
defines several types and functions related to the handling of exceptions in a C++ program.</p><p ><b>Header <span class='texttt'>&lt;exception&gt;</span> synopsis</b></p><p ><span class='indexparent'><a class='index' id='exception'></a></span><span class='indexparent'><a class='index' id='exception'></a></span></p><pre class='codeblock'>
3+
defines several types and functions related to the handling of exceptions in a C++ program.</p><p ><b>Header <span class='texttt'>&lt;exception&gt;</span> synopsis</b></p><p ><span class='indexparent'><a class='index' id='<exception>'></a></span><span class='indexparent'><a class='index' id='exception'></a></span></p><pre class='codeblock'>
44
namespace std {
55
class exception;
66
class bad_exception;

n3337/support.limits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
template, specializations shall define these values in such a way
2424
that they are usable as
2525
constant expressions.</p></div><div class='para' id='limits.numeric-4'><div class='marginalizedparent'><a class='marginalized' href='#limits.numeric-4'>4</a></div><p >Non-arithmetic standard types, such as
26-
<span class='texttt'>complex&lt;T&gt;</span> (<a href='complex'>[complex]</a>), shall not have specializations.</p><p ><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='float_round_style'></a></span><span class='indexparent'><a class='index' id='float_denorm_style'></a></span></p></div></div><div id='limits.syn'><h4 ><a class='secnum' href='#limits.syn' style='min-width:118pt'>18.3.2.2</a> Header <span class='texttt'>&lt;limits&gt;</span> synopsis <a class='abbr_ref' href='limits.syn'>[limits.syn]</a></h4><pre class='codeblock'>
26+
<span class='texttt'>complex&lt;T&gt;</span> (<a href='complex'>[complex]</a>), shall not have specializations.</p><p ><span class='indexparent'><a class='index' id='<limits>'></a></span><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='float_round_style'></a></span><span class='indexparent'><a class='index' id='float_denorm_style'></a></span></p></div></div><div id='limits.syn'><h4 ><a class='secnum' href='#limits.syn' style='min-width:118pt'>18.3.2.2</a> Header <span class='texttt'>&lt;limits&gt;</span> synopsis <a class='abbr_ref' href='limits.syn'>[limits.syn]</a></h4><pre class='codeblock'>
2727
namespace std {
2828
template&lt;class T&gt; class numeric_limits;
2929
enum float_round_style;

n4140/full.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29120,7 +29120,7 @@
2912029120
template, specializations shall define these values in such a way
2912129121
that they are usable as
2912229122
constant expressions.</p></div><div class='para' id='limits.numeric-4'><div class='marginalizedparent'><a class='marginalized' href='#limits.numeric-4'>4</a></div><p >Non-arithmetic standard types, such as
29123-
<span class='texttt'>complex&lt;T&gt;</span> (<a href='complex'>[complex]</a>), shall not have specializations.</p><p ><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='float_round_style'></a></span><span class='indexparent'><a class='index' id='float_denorm_style'></a></span></p></div></div><div id='limits.syn'><h4 ><a class='secnum' href='#limits.syn' style='min-width:118pt'>18.3.2.2</a> Header <span class='texttt'>&lt;limits&gt;</span> synopsis <a class='abbr_ref' href='limits.syn'>[limits.syn]</a></h4><pre class='codeblock'>
29123+
<span class='texttt'>complex&lt;T&gt;</span> (<a href='complex'>[complex]</a>), shall not have specializations.</p><p ><span class='indexparent'><a class='index' id='<limits>'></a></span><span class='indexparent'><a class='index' id='limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='numeric_limits'></a></span><span class='indexparent'><a class='index' id='float_round_style'></a></span><span class='indexparent'><a class='index' id='float_denorm_style'></a></span></p></div></div><div id='limits.syn'><h4 ><a class='secnum' href='#limits.syn' style='min-width:118pt'>18.3.2.2</a> Header <span class='texttt'>&lt;limits&gt;</span> synopsis <a class='abbr_ref' href='limits.syn'>[limits.syn]</a></h4><pre class='codeblock'>
2912429124
namespace std {
2912529125
template&lt;class T&gt; class numeric_limits;
2912629126
enum float_round_style;
@@ -29874,7 +29874,7 @@
2987429874
defines several
2987529875
functions that manage the allocation of dynamic storage in a program.
2987629876
It also defines components for reporting storage management errors.</p><p ><b>Header <span class='texttt'>&lt;new&gt;</span> synopsis</b>
29877-
<span class='indexparent'><a class='index' id='new'></a></span><span class='indexparent'><a class='index' id='new'></a></span>
29877+
<span class='indexparent'><a class='index' id='<new>'></a></span><span class='indexparent'><a class='index' id='new'></a></span>
2987829878
</p><pre class='codeblock'>
2987929879
namespace std {
2988029880
class bad_alloc;
@@ -30424,7 +30424,7 @@
3042430424
<span class='texttt'>wstring</span> (<a href='string.classes'>[string.classes]</a>, <a href='locale.codecvt'>[locale.codecvt]</a>)
3042530425
</p></div></div></div></div><div id='support.exception'><h2 ><a class='secnum' href='#support.exception' style='min-width:88pt'>18.8</a> Exception handling <a class='abbr_ref' href='support.exception'>[support.exception]</a></h2><div class='para' id='support.exception-1'><div class='marginalizedparent'><a class='marginalized' href='#support.exception-1'>1</a></div><p >The header
3042630426
<span class='texttt'>&lt;exception&gt;</span>
30427-
defines several types and functions related to the handling of exceptions in a C++ program.</p><p ><b>Header <span class='texttt'>&lt;exception&gt;</span> synopsis</b></p><p ><span class='indexparent'><a class='index' id='exception'></a></span><span class='indexparent'><a class='index' id='exception'></a></span></p><pre class='codeblock'>
30427+
defines several types and functions related to the handling of exceptions in a C++ program.</p><p ><b>Header <span class='texttt'>&lt;exception&gt;</span> synopsis</b></p><p ><span class='indexparent'><a class='index' id='<exception>'></a></span><span class='indexparent'><a class='index' id='exception'></a></span></p><pre class='codeblock'>
3042830428
namespace std {
3042930429
class exception;
3043030430
class bad_exception;

n4140/generalindex.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)