Closed keorn closed 4 years ago
Which version of the compiler are you using?
According to the documentation the change you propose (std::usize::MAX
) is deprecated, and the current code (usize::MAX
) is the recommended way.
Right, thanks for the pointer. Will investigate.
This probably needs rebasing on top of 0.1.1, but fixes compilation issue: