Opened 6 years ago
Closed 6 years ago
#12223 closed Bugs (duplicate)
iostreams/detail/is_dereferenceable.hpp includes deprecated header files
Reported by: | Owned by: | Jonathan Turkanis | |
---|---|---|---|
Milestone: | To Be Determined | Component: | iostreams |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | Cc: | zeratul976@… |
Description
boost/iostreams/detail/is_dereferenceable.hpp, lines 12-13:
# include <boost/type_traits/detail/bool_trait_def.hpp> # include <boost/type_traits/detail/template_arity_spec.hpp>
These header files issue deprecation notices when included:
NOTE: Use of this header (bool_trait_def.hpp) is deprecated NOTE: Use of this header (template_arity_spec.hpp) is deprecated
Change History (2)
comment:1 by , 6 years ago
Cc: | added |
---|
comment:2 by , 6 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Seems to be covered by #11860 and #11954 and their respective patches (https://github.com/boostorg/iostreams/pull/24 and https://github.com/boostorg/iostreams/pull/25).