Skip to content

Commit fcb61df

Browse files
committed
fixed warnings and clang-tidy reports
1 parent 0ed7809 commit fcb61df

16 files changed

+53
-0
lines changed

include/beman/execution26/detail/basic_sender.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#include <beman/execution26/detail/get_completion_signatures.hpp>
1616
#include <utility>
1717

18+
#include <beman/execution26/detail/suppress_push.hpp>
19+
1820
// ----------------------------------------------------------------------------
1921

2022
namespace beman::execution26::detail {
@@ -97,4 +99,6 @@ struct basic_sender : ::beman::execution26::detail::product_type<Tag, Data, Chil
9799

98100
// ----------------------------------------------------------------------------
99101

102+
#include <beman/execution26/detail/suppress_pop.hpp>
103+
100104
#endif

include/beman/execution26/detail/fwd_env.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#include <type_traits>
1010
#include <utility>
1111

12+
#include <beman/execution26/detail/suppress_push.hpp>
13+
1214
// ----------------------------------------------------------------------------
1315

1416
namespace beman::execution26::detail {
@@ -39,4 +41,6 @@ fwd_env(Env&&) -> fwd_env<Env>;
3941

4042
// ----------------------------------------------------------------------------
4143

44+
#include <beman/execution26/detail/suppress_pop.hpp>
45+
4246
#endif

include/beman/execution26/detail/get_allocator.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#include <concepts>
1111
#include <utility>
1212

13+
#include <beman/execution26/detail/suppress_push.hpp>
14+
1315
// ----------------------------------------------------------------------------
1416

1517
namespace beman::execution26 {
@@ -54,4 +56,6 @@ inline constexpr get_allocator_t get_allocator{};
5456

5557
// ----------------------------------------------------------------------------
5658

59+
#include <beman/execution26/detail/suppress_pop.hpp>
60+
5761
#endif

include/beman/execution26/detail/get_completion_scheduler.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#include <type_traits>
1919
#include <utility>
2020

21+
#include <beman/execution26/detail/suppress_push.hpp>
22+
2123
// ----------------------------------------------------------------------------
2224

2325
namespace beman::execution26 {
@@ -82,4 +84,6 @@ inline constexpr get_completion_scheduler_t<Tag> get_completion_scheduler{};
8284

8385
// ----------------------------------------------------------------------------
8486

87+
#include <beman/execution26/detail/suppress_pop.hpp>
88+
8589
#endif

include/beman/execution26/detail/get_domain.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#include <beman/execution26/detail/forwarding_query.hpp>
99
#include <utility>
1010

11+
#include <beman/execution26/detail/suppress_push.hpp>
12+
1113
// ----------------------------------------------------------------------------
1214

1315
namespace beman::execution26 {
@@ -40,4 +42,6 @@ inline constexpr get_domain_t get_domain{};
4042

4143
// ----------------------------------------------------------------------------
4244

45+
#include <beman/execution26/detail/suppress_pop.hpp>
46+
4347
#endif

include/beman/execution26/detail/schedule.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#include <beman/execution26/detail/common.hpp>
99
#include <utility>
1010

11+
#include <beman/execution26/detail/suppress_push.hpp>
12+
1113
// ----------------------------------------------------------------------------
1214

1315
namespace beman::execution26 {
@@ -33,4 +35,6 @@ inline constexpr ::beman::execution26::schedule_t schedule{};
3335

3436
// ----------------------------------------------------------------------------
3537

38+
#include <beman/execution26/detail/suppress_pop.hpp>
39+
3640
#endif

include/beman/execution26/detail/set_error.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#include <beman/execution26/detail/common.hpp>
88
#include <utility>
99

10+
#include <beman/execution26/detail/suppress_push.hpp>
11+
1012
// ----------------------------------------------------------------------------
1113

1214
namespace beman::execution26 {
@@ -47,4 +49,6 @@ inline constexpr set_error_t set_error{};
4749

4850
// ----------------------------------------------------------------------------
4951

52+
#include <beman/execution26/detail/suppress_pop.hpp>
53+
5054
#endif

include/beman/execution26/detail/set_stopped.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#include <beman/execution26/detail/common.hpp>
88
#include <utility>
99

10+
#include <beman/execution26/detail/suppress_push.hpp>
11+
1012
// ----------------------------------------------------------------------------
1113

1214
namespace beman::execution26 {
@@ -45,4 +47,6 @@ inline constexpr set_stopped_t set_stopped{};
4547

4648
// ----------------------------------------------------------------------------
4749

50+
#include <beman/execution26/detail/suppress_pop.hpp>
51+
4852
#endif

include/beman/execution26/detail/set_value.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#include <beman/execution26/detail/common.hpp>
88
#include <utility>
99

10+
#include <beman/execution26/detail/suppress_push.hpp>
11+
1012
// ----------------------------------------------------------------------------
1113

1214
namespace beman::execution26 {
@@ -47,4 +49,6 @@ inline constexpr set_value_t set_value{};
4749

4850
// ----------------------------------------------------------------------------
4951

52+
#include <beman/execution26/detail/suppress_pop.hpp>
53+
5054
#endif

include/beman/execution26/detail/start.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#include <beman/execution26/detail/common.hpp>
88

9+
#include <beman/execution26/detail/suppress_push.hpp>
10+
911
// ----------------------------------------------------------------------------
1012

1113
namespace beman::execution26 {
@@ -45,4 +47,6 @@ inline constexpr start_t start{};
4547

4648
// ----------------------------------------------------------------------------
4749

50+
#include <beman/execution26/detail/suppress_pop.hpp>
51+
4852
#endif

0 commit comments

Comments
 (0)