We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85e7ad3 + 1f6d76a commit 6eac783Copy full SHA for 6eac783
1 file changed
include/xtensor/xnpy.hpp
@@ -60,7 +60,7 @@ namespace xt
60
const char big_endian_char = '>';
61
const char no_endian_char = '|';
62
63
- char host_endian_char = (is_big_endian() ? big_endian_char : little_endian_char);
+ static char host_endian_char = (is_big_endian() ? big_endian_char : little_endian_char);
64
65
template <class O>
66
inline void write_magic(O& ostream,
0 commit comments