You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::list<exception_ptr> exceptions_; // exposition only
86
-
</del2>
73
+
const char* what() const override noexcept;
87
74
};
88
-
<ins2>}</ins2>
75
+
}
89
76
}
90
77
}
91
78
}
92
79
</pre>
93
80
94
81
<p>
95
-
The class <code>exception_list</code><del2>is a container</del2><ins2>owns a sequence</ins2> of <code>exception_ptr</code> objects<ins2>.The</ins2> parallel
96
-
algorithms may use <ins2>the <code>exception_list</code></ins2> to communicate uncaught exceptions encountered during parallel execution to the
82
+
The class <code>exception_list</code> owns a sequence of <code>exception_ptr</code> objects. The parallel
83
+
algorithms may use the <code>exception_list</code> to communicate uncaught exceptions encountered during parallel execution to the
0 commit comments