yosh-matsuda / cpp-yyjson

Ultra-fast and intuitive C++ JSON reader/writer with yyjson backend
MIT License
63 stars 6 forks source link

header file of range::transform #9

Closed x1244 closed 11 months ago

x1244 commented 11 months ago

In c++20, the functionstd::ranges::transform definde in <algorithm>. Where we shoud include the header file

#include <algorithm>

std::ranges::transform, std::ranges::unary_transform_result, std::ranges::binary_transform_result Defined in header <algorithm>

yosh-matsuda commented 11 months ago

Thank you for your suggestion.

I have organized the include files in 4f5a7d78654b6c147d799153d2cc8ccfb2098b06.