We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6eac783 + c0cc47a commit e3219e9Copy full SHA for e3219e9
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
- static char host_endian_char = (is_big_endian() ? big_endian_char : little_endian_char);
+ const 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