diff --git a/include/fmt/base.h b/include/fmt/base.h index 9fba386a..d044f1cf 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -1030,6 +1030,7 @@ struct is_view : std::false_type {}; template struct is_view> : std::is_base_of {}; +// DEPRECATED! named_arg will be moved to the fmt namespace. template struct named_arg; template struct is_named_arg : std::false_type {}; template struct is_static_named_arg : std::false_type {};