We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1ce23 commit 1257b05Copy full SHA for 1257b05
source/exec.tex
@@ -5721,7 +5721,7 @@
5721
\begin{codeblock}
5722
namespace std::execution {
5723
template<>
5724
- struct @\exposid{impls-for}@<affine_on_t>: @\exposid{default-impls}@ {
+ struct @\exposid{impls-for}@<affine_on_t> : @\exposid{default-impls}@ {
5725
static constexpr auto @\exposid{get-attrs}@ =
5726
[](const auto& data, const auto& child) noexcept -> decltype(auto) {
5727
return @\exposid{JOIN-ENV}@(@\exposid{SCHED-ATTRS}@(data), @\exposid{FWD-ENV}@(get_env(child)));
0 commit comments