Skip to content

Commit d7920c2

Browse files
refactor: Use new tag name
1 parent c087af7 commit d7920c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/policy/utility.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ template <> struct priority_error<void> {
6464
};
6565

6666
template <> struct priority_concurrency<void> {
67-
using type = std::tuple<concurrency::atomic, concurrency::none>;
67+
using type = std::tuple<concurrency::fenced, concurrency::none>;
6868
};
6969

7070
template <typename... Ps> struct common_policies {

0 commit comments

Comments
 (0)