tdf / libcmis

C/C++ CMIS client library
GNU General Public License v2.0
21 stars 20 forks source link

modernize the code #27

Open dtardon opened 5 years ago

dtardon commented 5 years ago

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!