File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6044
6044
\begin {itemdescr }
6045
6045
\pnum
6046
6046
If
6047
- \tcode {(( os.flags() \& ios_base::unitbuf) \&\& !uncaught_exception ()
6048
- \&\& os.good()) }
6047
+ \tcode {(os.flags() \& ios_base::unitbuf) \&\& !uncaught_exceptions ()
6048
+ \&\& os.good()}
6049
6049
is
6050
6050
\tcode {true},
6051
6051
calls
Original file line number Diff line number Diff line change 2587
2587
terminate_handler set_terminate(terminate_handler f) noexcept;
2588
2588
[[noreturn]] void terminate() noexcept;
2589
2589
2590
- bool uncaught_exception() noexcept;
2591
2590
int uncaught_exceptions() noexcept;
2591
+ // \ref {depr.uncaught }, uncaught_exception (deprecated)
2592
+ bool uncaught_exception() noexcept;
2592
2593
2593
2594
typedef @\unspec@ exception_ptr;
2594
2595
You can’t perform that action at this time.
0 commit comments