mirror of
https://github.com/fmtlib/fmt.git
synced 2026-04-30 19:09:22 +08:00
Mark detail::named_arg as deprecated
This commit is contained in:
parent
0f133953fb
commit
af9bb5c075
@ -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 {};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user