mirror of
https://github.com/boostorg/odeint.git
synced 2025-05-12 14:01:46 +00:00
Fix compilation warning
warning: struct template 'reference_wrapper' was previously declared as a class template [-Wmismatched-tags] include/boost/core/ref.hpp:59:25: note: previous use is here
This commit is contained in:
parent
779fa0eac9
commit
d4221d9417
@ -31,7 +31,7 @@
|
|||||||
namespace boost {
|
namespace boost {
|
||||||
|
|
||||||
#if BOOST_NUMERIC_ODEINT_CXX11
|
#if BOOST_NUMERIC_ODEINT_CXX11
|
||||||
template<typename T> struct reference_wrapper;
|
template<typename T> class reference_wrapper;
|
||||||
|
|
||||||
template<typename T> struct unwrap_reference;
|
template<typename T> struct unwrap_reference;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user