Open
Description
Issue by miscco
Wednesday Nov 10, 2021 at 08:06 GMT
Originally opened as NVIDIA/stdexec#246
Currently we have a some facilities, e.g. some adaptors
and most factories
that are not specified to be constexpr
I believe we should add constexpr
support whenever possible. Yes it will not help at runtime, looking at recent improvements for compile time testing of user code, we should not restrict ourselves needlessly.
If there is no significant opposition coming up I will prepare a PR to fix that when possible