Using latest MSVC:
#include <array>
#include <print>
int main() {
std::array<int, 4> a{};
std::print("{}n", a);
}
Why does it give this Error:
‘parse’: is not a member of ‘std::formatterstd::__p2286::_Compile_time_parse_format_specs::_FormattedType,std::__p2286::_Compile_time_parse_format_specs::_CharT’