-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use STL functions in parseInt and parseFloat #50
Comments
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). In 3c6f86f, I've modified the existing
https://drone.io/bitbucket.org/ignitionrobotics/ign-math/704 |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
|
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
|
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
Helpers.hh has functions
parseInt
andparseFloat
that are similar to std::stoi and std::stof. These should use the STL functions where possible.The text was updated successfully, but these errors were encountered: