Mark detail::named_arg as deprecated

This commit is contained in:
Victor Zverovich 2026-03-03 08:22:10 -08:00
parent 0f133953fb
commit af9bb5c075

View File

@ -1030,6 +1030,7 @@ struct is_view : std::false_type {};
template <typename T>
struct is_view<T, bool_constant<sizeof(T) != 0>> : std::is_base_of<view, T> {};
// DEPRECATED! named_arg will be moved to the fmt namespace.
template <typename T, typename Char> struct named_arg;
template <typename T> struct is_named_arg : std::false_type {};
template <typename T> struct is_static_named_arg : std::false_type {};