From bb1895639c3d64205404c1780583ac3f097922f8 Mon Sep 17 00:00:00 2001 From: Babar Khan <46613555+BabarZKhan@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:17:41 +0100 Subject: [PATCH 1/2] fix std::swappable --- docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.md b/docs/overview.md index b2c83f10..0f53a851 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -251,7 +251,7 @@ Required members for _Token_: - _token_.stop_possible() const noexcept -> bool - std::copyable<_Token_> - std::equality_comparable<_Token_> -- std::swapable<_Token_> +- std::swappable<_Token_>
Example: concept use From 4e04ed185015c6742b3d2ad75a4a0d639bb24972 Mon Sep 17 00:00:00 2001 From: Babar Khan <46613555+BabarZKhan@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:30:54 +0100 Subject: [PATCH 2/2] Fixed: 'Preconditions' section header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dae4b267..5f22e037 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ contains some links for general information about the sender/receivers and `std: ## Build -## Precondisions +## Preconditions - cmake v3.30 or newer - ninja v1.11.1 or newer