Check a format string at compile time. std::string s = fmt::format("{:d}", "I am not a number");. This gives a compile-time error in C++20 because d is an ...
確定! 回上一頁