diff --git a/include/boost/mpl/aux_/ptr_to_ref.hpp b/include/boost/mpl/aux_/ptr_to_ref.hpp index 8517b3029..3cd02bea7 100644 --- a/include/boost/mpl/aux_/ptr_to_ref.hpp +++ b/include/boost/mpl/aux_/ptr_to_ref.hpp @@ -39,7 +39,7 @@ namespace boost { namespace mpl { namespace aux { -template< typename T > static T const& ptr_to_ref(T*); +template< typename T > T const& ptr_to_ref(T*); }}}