Opened 5 years ago
Closed 5 years ago
#13009 closed Bugs (fixed)
type_index/stl_type_index.hpp missing include
Reported by: | Owned by: | Antony Polukhin | |
---|---|---|---|
Milestone: | Boost 1.65.0 | Component: | type_index |
Version: | Boost 1.64.0 | Severity: | Problem |
Keywords: | Cc: |
Description
type_index/stl_type_index.hpp mentions boost::hash_range, but doesn't #include the needed header file. If I include #include <boost/functional/hash/hash.hpp> the code works.
Change History (2)
comment:1 by , 5 years ago
Milestone: | To Be Determined → Boost 1.65.0 |
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Ed Catmur fixed this in f82eab88. It will be merged to master branch as soon as the tests cycle.