Export fmt::dynamic_format_arg_store in fmt module (#4459)

This commit is contained in:
Thomas Khyn 2025-06-02 03:50:14 +12:00 committed by GitHub
parent fc0c76a075
commit cc88914904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ class dynamic_arg_list {
* It can be implicitly converted into `fmt::basic_format_args` for passing
* into type-erased formatting functions such as `fmt::vformat`.
*/
template <typename Context> class dynamic_format_arg_store {
FMT_EXPORT template <typename Context> class dynamic_format_arg_store {
private:
using char_type = typename Context::char_type;