mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
change sprout::array adapt
This commit is contained in:
parent
14865d4d64
commit
92cc7881d6
5 changed files with 117 additions and 17 deletions
|
@ -74,7 +74,6 @@ namespace sprout {
|
|||
range_begin(std::complex<T> const& cont) {
|
||||
return typename sprout::container_traits<std::complex<T> const>::iterator(cont, 0);
|
||||
}
|
||||
|
||||
static SPROUT_CONSTEXPR typename sprout::container_traits<std::complex<T> >::iterator
|
||||
range_end(std::complex<T>& cont) {
|
||||
return typename sprout::container_traits<std::complex<T> >::iterator(cont, 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue