File tree 2 files changed +6
-7
lines changed
include/beman/execution26/detail
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- BasedOnStyle : LLVM
3
- ConstructorInitializerIndentWidth : 2
4
- ContinuationIndentWidth : 2
5
- IndentWidth : 2
6
- TabWidth : 2
7
- UseTab : Never
2
+ BasedOnStyle : LLVM
3
+ Language : Json
4
+ IndentWidth : 2
5
+ UseTab : Never
8
6
---
9
7
Language : Cpp
10
8
AccessModifierOffset : -2
Original file line number Diff line number Diff line change 5
5
#define INCLUDED_BEMAN_EXECUTION26_DETAIL_SCHED_ENV
6
6
7
7
#include < beman/execution26/detail/get_domain.hpp>
8
+ #include < beman/execution26/detail/default_domain.hpp>
8
9
#include < beman/execution26/detail/get_scheduler.hpp>
9
10
#include < type_traits>
10
11
#include < utility>
@@ -32,7 +33,7 @@ namespace beman::execution26::detail
32
33
if constexpr (requires{ this -> sched.query (q); })
33
34
return this ->sched .query (q);
34
35
else
35
- return ::beman::execution26::get_domain ;
36
+ return ::beman::execution26::default_domain{} ;
36
37
}
37
38
};
38
39
You can’t perform that action at this time.
0 commit comments