Closed federicomartinlara1976 closed 3 months ago
The project from master brach doesn't compile. Frequently throws the error:
DataFrame_sort.tcc:75:43: error: ‘zip’ is not a member of ‘std::ranges::views’
This project must be revised.
DataFrame needs c++23. Your compiler is not c++23 compliant.
The project from master brach doesn't compile. Frequently throws the error:
DataFrame_sort.tcc:75:43: error: ‘zip’ is not a member of ‘std::ranges::views’
This project must be revised.