Skip to content

Modernizing integer comparison (#4559)#4566

Closed
shivenducs1136 wants to merge 1 commit intonlohmann:developfrom
shivenducs1136:develop
Closed

Modernizing integer comparison (#4559)#4566
shivenducs1136 wants to merge 1 commit intonlohmann:developfrom
shivenducs1136:develop

Conversation

@shivenducs1136
Copy link

Replaced static_cast<size_t>(-1) with std::numeric_limits<std::size_t>::max() for better clarity and compliance with modern C++ best practices.

@github-actions
Copy link

🔴 Amalgamation check failed! 🔴

The source code has not been amalgamated. @shivenducs1136
Please read and follow the Contribution Guidelines.

@coveralls
Copy link

Coverage Status

coverage: 99.639%. remained the same
when pulling ecad0f5 on shivenducs1136:develop
into 663058e on nlohmann:develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants