oraqlle / cortexlib

A library of general purpose types, classes, functions, algorithms, utilities and other components for C++.
https://oraqlle.github.io/cortexlib/
MIT License
0 stars 0 forks source link

[Bug] Remove uses of std::ranges library that cause clang issues #18

Closed oraqlle closed 2 years ago

oraqlle commented 2 years ago

Clang doesn't like gcc's implementation of std::ranges yet as it hasn't finished reducing the need for typename causing compile issues. This could be resolved by using different standard algorithms so we can build against clang as well. Removing the header might also work.