[boost] generally replace *static_cast< T [const]* >(&x) -> static_cast< T [const]& >(x)?