Skip to content

Commit 7529193

Browse files
committed
Actually try again with Clang 16
The previous commit added the helper functions as a work-around, but failed to call them. /facepalm
1 parent 6f63226 commit 7529193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/exec/function.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ namespace experimental::execution
143143

144144
explicit __opstate_base(_Receiver __rcvr)
145145
: __resource_(__choose_frame_allocator(std::as_const(__rcvr)))
146-
, __env_(get_frame_allocator, std::pmr::polymorphic_allocator<>(&__resource_))
146+
, __env_(__make_env())
147147
, __rcvr_(static_cast<_Receiver &&>(__rcvr))
148148
{}
149149

0 commit comments

Comments
 (0)