Commit 037ffdf
authored
Minor to_array cleanups
`#include <array>` for std::array
Namespace qualify `to_array` as `xt::to_array` to avoid ambiguous overload from adl of `std::array`. Note: This could, perhaps, be `std::to_array` instead.1 parent 1aa7099 commit 037ffdf
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
791 | 792 | | |
792 | 793 | | |
793 | 794 | | |
794 | | - | |
| 795 | + | |
795 | 796 | | |
796 | 797 | | |
797 | 798 | | |
| |||
0 commit comments