diff --git a/include/boost/array.hpp b/include/boost/array.hpp index 0a197b1..a5bee24 100644 --- a/include/boost/array.hpp +++ b/include/boost/array.hpp @@ -368,7 +368,7 @@ namespace boost { // Specific for boost::array: simply returns its elems data member. template - const typename detail::c_array::type& get_c_array(const boost::array& arg) + typename const detail::c_array::type& get_c_array(const boost::array& arg) { return arg.elems; }