CHAR_BIT is defined in <climits>.
Before 0.2.4, it was included by fmtlib.
Because glaze doesn't require fmtlib since 0.2.4, there is no explicit place where includes <climits>.
This causes compilation error in several environments.
Could you include <climits>? (ex. glaze/api/hash.hpp)
glaze/api/hash.hpp
usesCHAR_BIT
.CHAR_BIT is defined in
<climits>
. Before 0.2.4, it was included by fmtlib. Because glaze doesn't require fmtlib since 0.2.4, there is no explicit place where includes<climits>
. This causes compilation error in several environments.Could you include
<climits>
? (ex. glaze/api/hash.hpp)