Skip to content

Commit

Permalink
Cross out exception forbidden wording
Browse files Browse the repository at this point in the history
  • Loading branch information
zachfang committed Dec 20, 2024
1 parent dc9bbf4 commit b914285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ <h3 id="Doing_Work_in_Constructors">Doing Work in Constructors</h3>

<li>There is no easy way for constructors to signal errors, short of
crashing the program (not always appropriate) or using exceptions
(which are <a href="#Exceptions">forbidden</a>).</li>
<code class="nondrake">(which are <a href="#Exceptions">forbidden</a>)</code>.</li>

<li>If the work fails, we now have an object whose initialization
code failed, so it may be an unusual state requiring a <code>bool
Expand Down

0 comments on commit b914285

Please sign in to comment.