simplecpp icon indicating copy to clipboard operation
simplecpp copied to clipboard

Make simplecpp friendlier toward 64-bit builds.

Open zlaski opened this issue 2 years ago • 3 comments

Use std::size_t to make build bit-width agnostic. On Windows, suppress warning about assignment in a conditional expression.

zlaski avatar Jan 16 '23 20:01 zlaski

some CI warning

danmar avatar Jan 17 '23 20:01 danmar

I am not a fan about using std::size_t for various variables. Maybe we can shut off the MSVC warnings globally instead.

danmar avatar Mar 02 '23 21:03 danmar

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

diamante0018 avatar Jun 27 '23 12:06 diamante0018