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
There are many places in the code that could be improved by using C++11 features. E.g., foreach loops, smart pointers, auto (especially for iterator variables), etc. (This somewhat overlaps with issue #26.)
Note: stay clear from inc/ to avoid accidental API/ABI breaks!
The text was updated successfully, but these errors were encountered:
There are many places in the code that could be improved by using C++11 features. E.g., foreach loops, smart pointers, auto (especially for iterator variables), etc. (This somewhat overlaps with issue #26.)
Note: stay clear from inc/ to avoid accidental API/ABI breaks!
The text was updated successfully, but these errors were encountered: