Opened 12 years ago
Closed 12 years ago
#5461 closed Bugs (fixed)
mistake document : boost::conditional include by boost/type_traits.hpp
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | type_traits |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: |
Description
#include <boost/type_traits/common_type.hpp>
should be
Header: #include <boost/type_traits/common_type.hpp> or #include <boost/type_traits.hpp>
<boost/type_traits/common_type.hpp> exists in the boost/type_traits.hpp header.
Note:
See TracTickets
for help on using tickets.
Many thanks for spotting all these typos (and reporting them!)