chairemobilite / trRouting

Transit Routing server app using Connection Scan Algorithm and flexible parameters
GNU General Public License v3.0
25 stars 10 forks source link

Instead of defining MAX_INT we can use the macro in <cstdint> #280

Open greenscientist opened 11 months ago

greenscientist commented 11 months ago

https://en.cppreference.com/w/cpp/types/integer

greenscientist commented 11 months ago

Or https://en.cppreference.com/w/cpp/types/climits https://en.cppreference.com/w/cpp/types/numeric_limits

Need to validate what's the best way...