forked from boostorg/core
ptr_traits_address helper should be marked inline
This commit is contained in:
@ -23,7 +23,7 @@ struct pointer_traits;
|
|||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
||||||
template<class U>
|
template<class U>
|
||||||
static typename boost::pointer_traits<U>::element_type*
|
inline typename boost::pointer_traits<U>::element_type*
|
||||||
ptr_traits_address(U v) BOOST_NOEXCEPT
|
ptr_traits_address(U v) BOOST_NOEXCEPT
|
||||||
{
|
{
|
||||||
return boost::pointer_traits<U>::to_address(v);
|
return boost::pointer_traits<U>::to_address(v);
|
||||||
|
Reference in New Issue
Block a user