<future>: Can't pass std::ranges
algorithm to std::async
#3995
Labels
invalid
This issue is incorrect or by design
std::ranges
algorithm to std::async
#3995
Describe the bug
The following program fails to compile in MSVC. It works fine in GCC and Clang. Maybe it's a bug in
<tuple>
.Command-line test case
Expected behavior
Program compiles.
STL version
Visual Studio 17.7.2
Additional context
https://godbolt.org/z/fhs86zGzz
The text was updated successfully, but these errors were encountered: