mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-01 14:49:33 +01:00
FMT_MODULE_EXPORT_* -> FMT_EXPORT_*
This commit is contained in:
@@ -683,7 +683,7 @@ struct formatter<T, Char,
|
||||
}
|
||||
};
|
||||
|
||||
FMT_MODULE_EXPORT_BEGIN
|
||||
FMT_EXPORT_BEGIN
|
||||
|
||||
/**
|
||||
\rst
|
||||
@@ -726,7 +726,7 @@ auto join(std::initializer_list<T> list, string_view sep)
|
||||
return join(std::begin(list), std::end(list), sep);
|
||||
}
|
||||
|
||||
FMT_MODULE_EXPORT_END
|
||||
FMT_EXPORT_END
|
||||
FMT_END_NAMESPACE
|
||||
|
||||
#endif // FMT_RANGES_H_
|
||||
|
||||
Reference in New Issue
Block a user