1
0
forked from boostorg/core

ptr_traits_address helper should be marked inline

This commit is contained in:
Glen Fernandes
2017-07-18 14:15:03 -04:00
parent 36f60e47ad
commit 2876914d02

View File

@ -23,7 +23,7 @@ struct pointer_traits;
namespace detail {
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
{
return boost::pointer_traits<U>::to_address(v);