mirror of
https://github.com/boostorg/array.git
synced 2025-07-30 04:37:21 +02:00
Slight tweak of get_c_array
[SVN r66712]
This commit is contained in:
@ -368,7 +368,7 @@ namespace boost {
|
|||||||
|
|
||||||
// Specific for boost::array: simply returns its elems data member.
|
// Specific for boost::array: simply returns its elems data member.
|
||||||
template <typename T, std::size_t N>
|
template <typename T, std::size_t N>
|
||||||
const typename detail::c_array<T,N>::type& get_c_array(const boost::array<T,N>& arg)
|
typename const detail::c_array<T,N>::type& get_c_array(const boost::array<T,N>& arg)
|
||||||
{
|
{
|
||||||
return arg.elems;
|
return arg.elems;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user