You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this library is intended to serve 2 main necessity,
a place where we can put general utility, classes and methods not present in the standard c++ but useful for robotology, also copying from other famous c++ library
a sort of long buffer for using c++ advanced feature. offering similar functionality, then Wrapping the standard version whenever it come out and then slowly deprecating them asking downstream to simply substitute the robotology::xxx with std::yyy.
I added a lot of stuff that I would like to have here in the main
README.md
file, but I think we should discuss point by pointThe text was updated successfully, but these errors were encountered: