From 514aec4eab2dcbf8a019c847f199d97297eef751 Mon Sep 17 00:00:00 2001 From: Ricardo Abreu Date: Tue, 24 Apr 2018 23:20:06 +0100 Subject: [PATCH] fix documentation link --- docs/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design.md b/docs/design.md index 0019601..6b5b16b 100644 --- a/docs/design.md +++ b/docs/design.md @@ -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)