From 51d4d569ac6df2ea74f547d3566a443eb3690824 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Tue, 14 Jan 2020 00:54:45 +0900 Subject: [PATCH] fix a link in the documentation --- doc/container.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/container.qbk b/doc/container.qbk index 8308f69..c77c487 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -168,7 +168,7 @@ is used as a template argument when instantiating a template component, unless specifically allowed for that component]]. Finally C++17 added support for incomplete types in `std::vector`, `std::list` and `std::forward_list` -(see [@https://wg21.link/n4569 ['N4569: Minimal incomplete type support for standard containers, revision 4]] +(see [@https://wg21.link/n4510 ['N4510: Minimal incomplete type support for standard containers, revision 4]] for details), but no other containers like `std::set/map/unordered_set/unordered_map`, Fortunately all [*Boost.Container] containers except