• v5.24.4 d8605b50b0

    Martchus released this 2023-12-11 19:59:46 +01:00 | 38 commits to master since this release

    Versions older than 10 don't even define this enum class. Note that libc++
    always seems to define it even though it doesn't implement the FP overloads
    at all at this point.

    By the way, this means the minimum GCC version is 8 and the minimum libc++
    version is 7 because for this code to work the charconv header still
    needs to be present at all.

    Downloads