Opened 8 years ago
Closed 8 years ago
#10499 closed Bugs (fixed)
Boost.Odeint: warnings concerning boost::unwrap_reference
Reported by: | Owned by: | karsten | |
---|---|---|---|
Milestone: | To Be Determined | Component: | odeint |
Version: | Boost 1.56.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
If BOOST_NUMERIC_ODEINT_CXX11 is defined, VS2013 spits a lot of warnings that look like
boost/numeric/odeint/util/unwrap_reference.hpp(36): warning C4099: 'boost::unwrap_reference' : type name first seen using 'struct' now seen using 'class'
The fix is trivial: forward declaration needs to use 'struct' instead of 'class' in boost/numeric/odeint/util/unwrap_reference.hpp.
Note:
See TracTickets
for help on using tickets.