Skip to content

Commit

Permalink
fix documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
ricab committed Apr 24, 2018
1 parent 3e6d21d commit 514aec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ guard is often a _nothrow_ operation. Notice in particular that
a reference)
2. when `callback` is an rvalue or rvalue reference of a type with a `noexcept`
move constructor (and a `noexcept` destructor, but that is already
[required](docs/precond.md#nothrow-destructible-if-non-reference-template-argument)
[required](precond.md#nothrow-destructible-if-non-reference-template-argument)
in such cases)

You can look for `noexcept` in [compilation tests](../compile_time_tests.cpp)
Expand Down

0 comments on commit 514aec4

Please # to comment.