#include <boost/la/vref.hpp>
namespace boost { namespace la { //Only enabled if: is_vector<A>::value template <class A> -unspecified-return-type- vref( A & a ); } }