wallel
Results
1
comments of
wallel
已经开启了c++20,报错是在c++20的这一段代码,vs2022下编译和使用是正常的 ```c++ #if __cplusplus >= 202002L constexpr auto tp = struct_to_tuple(); [&](std::index_sequence) mutable { ((arr[Is] = internal::get_member_name()), ...); } (std::make_index_sequence{}); #else ```