Skip to content

Commit

Permalink
Reverted formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Gringauze committed Sep 14, 2015
1 parent 18cd980 commit e5b79d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/array_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ class array_view : public basic_array_view<typename details::ArrayViewTypeTraits
template <typename T, size_t N, typename Helper = details::ArrayViewArrayTraits<T, size_type, N>,
typename Dummy = std::enable_if_t<std::is_convertible<typename Helper::value_type(*)[], typename Base::value_type(*)[]>::value
&& std::is_convertible<typename Helper::bounds_type, typename Base::bounds_type>::value>>
_CONSTEXPR array_view(T (&arr)[N]) : Base(arr, typename Helper::bounds_type())
_CONSTEXPR array_view (T (&arr)[N]) : Base(arr, typename Helper::bounds_type())
{
}

Expand Down

0 comments on commit e5b79d2

Please sign in to comment.