Subject: [Boost-bugs] [Boost C++ Libraries] #10499: Boost.Odeint: warnings concerning boost::unwrap_reference
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-09-12 12:28:28
#10499: Boost.Odeint: warnings concerning boost::unwrap_reference
------------------------------+----------------------
Reporter: vygis.d@⦠| Owner: karsten
Type: Bugs | Status: new
Milestone: To Be Determined | Component: odeint
Version: Boost 1.56.0 | Severity: Cosmetic
Keywords: |
------------------------------+----------------------
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.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10499> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:16 UTC