the latest boost use a deprecated head file
- Dominant language
- HTML
- Stars
- 8.6k
- Forks
- 1.9k
- Avg merge
- 39m
- Merged PRs (30d)
- 2
Description
Building CXX object ****cc.o
In file included from ***boost_1_91_0/include/boost/interprocess/containers/deque.hpp:24,
.......
.......
******/boost_1_91_0/include/boost/interprocess/containers/containers_fwd.hpp:32:100: note: #pragma message: This header is deprecated. Use instead.
As it seen at https://github.com/boostorg/interprocess/blob/ab14adccd0ada489477e44b43542c02fab396430/include/boost/interprocess/containers/deque.hpp,
the boost/interprocess/containers/deque.hpp:24 include a deprecated head file #include
Contributor guide
No contributing guide indexed for this repository
Research direction
Open include/boost/interprocess/containers/deque.hpp and inspect the include at line 24, comparing it with the replacement header named in the report. Update that reference and verify that the deprecation message no longer appears when building code that includes deque.hpp.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 84/100