simplecpp
simplecpp copied to clipboard
Make simplecpp friendlier toward 64-bit builds.
Use std::size_t to make build bit-width agnostic. On Windows, suppress warning about assignment in a conditional expression.
some CI warning
I am not a fan about using std::size_t for various variables. Maybe we can shut off the MSVC warnings globally instead.
I am not a fan about using std::size_t for various variables. Maybe we can shut off the MSVC warnings globally instead.
This should have been now completely resolved. Thanks