Closed PeterBowman closed 7 years ago
Putting this on hold in prevision of potentially overlapping work at #21.
I've updated this preference and others on http://robots.uc3m.es but started https://github.com/roboticslab-uc3m/QA/issues/4 to enhance documenting best or recommended practices.
I'm going to close this as invalid. Several coding style recommendations were written down at the new best-practices repo and I think this one doesn't deserve a separate issue anymore, given most C++ code will get eventually removed or properly modernized anyway as a result of the ongoing reorganization process.
As stated in its documentation, it's:
In fact,
yarp::os::ConstString
seems to be a mere wrapper aroundstd::string
. TEO code happens to use this class scarcely, putting much more stress on the latter.