Closed francesco-romano closed 10 years ago
This issue is just a reminder.. nothing too serious or urgent.
using namespace should not be used in header files. They can create namespace conflicts if the header is included somewhere else.
using namespace
fixed in https://github.com/robotology/codyco-modules/commit/fb614bf87f87374fdf1891765fe068082d53e5e4 . Sorry for the using namespace, legacy of the old wholeBodyDynamics code.
too fast!
This issue is just a reminder.. nothing too serious or urgent.
using namespace
should not be used in header files. They can create namespace conflicts if the header is included somewhere else.