File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
defines several types of predefined exceptions for reporting errors in a \Cpp program.
49
49
These exceptions are related by inheritance.
50
50
51
- \synopsis {Header \tcode {<stdexcept>} synopsis}
52
-
51
+ \rSec 2[stdexcept.syn]{Header \tcode {<stdexcept>} synopsis}
53
52
\indexlibrary {\idxhdr {stdexcept}}%
54
53
\indexlibrary {\idxcode {logic_error}}%
55
54
\indexlibrary {\idxcode {domain_error}}%
60
59
\indexlibrary {\idxcode {range_error}}%
61
60
\indexlibrary {\idxcode {overflow_error}}%
62
61
\indexlibrary {\idxcode {underflow_error}}%
62
+
63
63
\begin {codeblock }
64
64
namespace std {
65
65
class logic_error;
681
681
Implementations should leave the error states provided by other
682
682
libraries unchanged.
683
683
684
- \synopsis {Header \tcode {<system_error>} synopsis}
685
-
684
+ \rSec 2[system_error.syn]{Header \tcode {<system_error>} synopsis}
686
685
\indexlibrary {\idxcode {error_category}}%
687
686
\indexlibrary {\idxcode {error_code}}%
688
687
\indexlibrary {\idxcode {error_condition}}%
692
691
\indexlibrary {\idxcode {errc}}%
693
692
\indexlibrary {\idxcode {make_error_code}}%
694
693
\indexlibrary {\idxcode {make_error_condition}}%
694
+
695
695
\begin {codeblock }
696
696
namespace std {
697
697
class error_category;
You can’t perform that action at this time.
0 commit comments