KStocky / ShaderTestFramework

An automation testing framework for testing shader code
MIT License
20 stars 1 forks source link

Change requirement for std::formattable to greater than 1938 #51

Closed KStocky closed 5 months ago

KStocky commented 5 months ago

It would seem that 1939 is required to use std::formattable.

KStocky commented 5 months ago

Off by 1 error. std::formattable was brought in with https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2286r8.html and according to https://en.cppreference.com/w/cpp/compiler_support, 19.39 is required for it