SK83RJOSH / cblend

A modern C/C++ library for reading blend files.
MIT License
3 stars 1 forks source link

Ranges don't work across all compilers #4

Closed SK83RJOSH closed 1 year ago

SK83RJOSH commented 1 year ago

Unfortunately ranges seem to be broken on LLVM on Linux/macOS for a myriad of reasons. It's probably better to admit defeat and use ranges-v3 for a little while, and hope that compiler support will catch up soon enough.