Closed x1244 closed 11 months ago
In c++20, the functionstd::ranges::transform definde in <algorithm>. Where we shoud include the header file
std::ranges::transform
<algorithm>
#include <algorithm>
std::ranges::transform, std::ranges::unary_transform_result, std::ranges::binary_transform_result Defined in header <algorithm>
Thank you for your suggestion.
I have organized the include files in 4f5a7d78654b6c147d799153d2cc8ccfb2098b06.
In c++20, the function
std::ranges::transform
definde in<algorithm>
. Where we shoud include the header file