From 1f93330fff192348c700a132bfffc49d3c36db2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietmar=20K=C3=BChl?= Date: Mon, 18 Nov 2024 08:29:54 +0000 Subject: [PATCH] removed an unnecessary [[fallthrough]] (#84) --- include/beman/execution26/detail/simple_counting_scope.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/beman/execution26/detail/simple_counting_scope.hpp b/include/beman/execution26/detail/simple_counting_scope.hpp index 27794290..09206613 100644 --- a/include/beman/execution26/detail/simple_counting_scope.hpp +++ b/include/beman/execution26/detail/simple_counting_scope.hpp @@ -76,7 +76,6 @@ class beman::execution26::simple_counting_scope : ::beman::execution26::detail:: this->state = state_t::open; // fall-through! [[fallthrough]]; case state_t::open: - [[fallthrough]]; case state_t::open_and_joining: ++this->count; return this;