Opened 5 years ago

Closed 5 years ago

#13009 closed Bugs (fixed)

type_index/stl_type_index.hpp missing include

Reported by: jochen@… 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 Antony Polukhin, 5 years ago

Milestone: To Be DeterminedBoost 1.65.0
Status: newassigned

Ed Catmur fixed this in f82eab88. It will be merged to master branch as soon as the tests cycle.

comment:2 by Antony Polukhin, 5 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.