Skip to content

Commit

Permalink
fix GCC warning -Wmissing-field-initializers
Browse files Browse the repository at this point in the history
  • Loading branch information
tomboehmer authored and krzysztof-jusiak committed Nov 19, 2020
1 parent f22eab6 commit 4799a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/ut.hpp
Expand Up @@ -1654,7 +1654,7 @@ constexpr auto operator""_b(const char* name, decltype(sizeof("")) size) {
return other;
}
};
return named{{name, size}};
return named{{name, size}, {}};
}
} // namespace literals

Expand Down

0 comments on commit 4799a77

Please sign in to comment.