Opened 7 years ago

Last modified 6 years ago

#11886 new Bugs

Deprecated header template_arity_spec.hpp included in several places

Reported by: anonymous Owned by: t_schwinger
Milestone: To Be Determined Component: function_types
Version: Boost 1.61.0 Severity: Problem
Keywords: Cc: braden@…

Description

type_traits/detail/template_arity_spec.hpp says that it's deprecated but is still included in several places, mostly in function_types:

grep -nr template_arity_spec.hpp . ./function_types/result_type.hpp:16:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/components.hpp:18:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/is_function_pointer.hpp:13:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/member_function_pointer.hpp:13:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/function_reference.hpp:13:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/function_arity.hpp:16:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/parameter_types.hpp:16:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/member_object_pointer.hpp:13:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/is_member_object_pointer.hpp:13:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/is_function.hpp:12:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/is_callable_builtin.hpp:13:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/is_member_pointer.hpp:12:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/function_pointer.hpp:13:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/is_nonmember_callable_builtin.hpp:13:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/is_member_function_pointer.hpp:13:#include <boost/type_traits/detail/template_arity_spec.hpp> ./function_types/is_function_reference.hpp:13:#include <boost/type_traits/detail/template_arity_spec.hpp> ./iostreams/detail/is_dereferenceable.hpp:13:# include <boost/type_traits/detail/template_arity_spec.hpp> ./type_traits/detail/bool_trait_def.hpp:21:#include <boost/type_traits/detail/template_arity_spec.hpp> ./type_traits/detail/size_t_trait_def.hpp:14:#include <boost/type_traits/detail/template_arity_spec.hpp> ./type_traits/detail/type_trait_def.hpp:14:#include <boost/type_traits/detail/template_arity_spec.hpp> ./detail/is_incrementable.hpp:7:# include <boost/type_traits/detail/template_arity_spec.hpp>

Change History (4)

comment:1 by Braden McDaniel <braden@…>, 7 years ago

Cc: braden@… added

comment:2 by akim.demaille@…, 6 years ago

Ping. This is a major nuisance.

comment:3 by anonymous, 6 years ago

Ping ping - Agreed

comment:4 by Kohei Takahashi, 6 years ago

Note: See TracTickets for help on using tickets.