jbaldwin / libcoro

C++20 coroutine library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document OS distro support and C++ compiler and standard

jbaldwin opened this issue · comments

  • last two LTS (probably also time to prune some of the fedora builds)
  • last two major compiler versions
  • up to one major C++ standard version (e.g. if c++23 is latest than c++20 should be supported)
    • While it would be nice to support C++20 forever I'd like this project to be able to move forward and use new features from new standards given enough time for them to stabilize across compilers/os and reduce backwards compatibility support from being forever.