mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-10 14:44:11 +00:00
array 修正
This commit is contained in:
parent
d12cab546c
commit
ef62b3f483
4 changed files with 14 additions and 14 deletions
|
@ -14,7 +14,7 @@ namespace sprout {
|
|||
return range.begin();
|
||||
}
|
||||
template<typename T, std::size_t N>
|
||||
typename sprout::fixed_container_traits<T const[N]>::iterator begin(T (& arr)[N]) {
|
||||
typename sprout::fixed_container_traits<T[N]>::iterator begin(T (& arr)[N]) {
|
||||
return arr;
|
||||
}
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue