Skip to content

Commit

Permalink
doc detail
Browse files Browse the repository at this point in the history
  • Loading branch information
ricab committed Apr 23, 2018
1 parent 171026f commit 0fbb8c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,9 @@ Both intents are purely technical. They justify supporting a special state that
is otherwise artificial and exists only because of the way C++ works. In other
words, the inactive state represents nothing useful from any problem domain. It
would not be required in a hypothetical programming language where local
variables could be deleted and moved without leaving _ghosts_ behind. However,
it enables programming approaches that would not be possible in any other way.
variables could be deleted early and moved without leaving _ghosts_ behind.
However, it enables programming approaches that would not be possible in any
other way.
Without any meaningful default callback, a potential default constructor could
only create inactive scope guards (or active no-op, which would be equivalent).
Expand Down

0 comments on commit 0fbb8c1

Please # to comment.