mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-02 22:14:35 +02:00
Merged revision 57138 from trunk. Fixed compilation for Intel compiler.
[SVN r57361]
This commit is contained in:
@@ -47,7 +47,7 @@ struct derivation_value_traits
|
|||||||
{ return pointer(static_cast<T*>(detail::get_pointer(n))); }
|
{ return pointer(static_cast<T*>(detail::get_pointer(n))); }
|
||||||
|
|
||||||
static const_pointer to_value_ptr(const_node_ptr n)
|
static const_pointer to_value_ptr(const_node_ptr n)
|
||||||
{ return const_pointer(static_cast<T*>(detail::get_pointer(n))); }
|
{ return const_pointer(static_cast<const T*>(detail::get_pointer(n))); }
|
||||||
};
|
};
|
||||||
|
|
||||||
} //namespace intrusive
|
} //namespace intrusive
|
||||||
|
Reference in New Issue
Block a user