oraqlle/cortexlib

[Enhancement] Better use of C++ standard version macros

Closed this issue · 1 comments

Currently we can only build against C++20. Better use of macros can help to allow use to build with lower C++ standards. Hopefully even as low as C++11 (but I want C++17 at least).

For now, cortex only aims to support C++20