We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502f2b8 commit 40524a3Copy full SHA for 40524a3
include/fmt/format.h
@@ -4224,6 +4224,8 @@ struct nested_formatter {
4224
formatter<T> formatter_;
4225
4226
public:
4227
+ constexpr nested_formatter() : width_(0), align_(align_t::none) {}
4228
+
4229
FMT_CONSTEXPR auto parse(format_parse_context& ctx) -> const char* {
4230
auto specs = detail::dynamic_format_specs<char>();
4231
auto it = parse_format_specs(
0 commit comments