Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#11196 closed Bugs (fixed)

variant missing type traits header file

Reported by: anonymous Owned by: ebf
Milestone: Boost 1.59.0 Component: variant
Version: Boost 1.58.0 Severity: Regression
Keywords: Cc:

Description

variant::element_index depends on boost::type_traits, specifically boost::remove_cv but doesn't include the header file for it. As such my builds are failing to compile with the error being that boost::remove_cv is an undeclared identifier.

Change History (3)

comment:1 by viboes, 7 years ago

Component: Nonevariant
Owner: set to ebf

comment:2 by Antony Polukhin, 7 years ago

Resolution: fixed
Status: newclosed
Version: Boost 1.58.0Boost 1.59.0

comment:3 by Antony Polukhin, 7 years ago

Milestone: To Be DeterminedBoost 1.59.0
Version: Boost 1.59.0Boost 1.58.0
Note: See TracTickets for help on using tickets.