i found the directive using namespace std; in 21 headers (libYARP_manager and yarpmanager plus one in the mainwindow.h of yarpdataplayer).
this can cause several problem.. for instance by including vector or map in ResurceFinder.h arise some ambiguities between std and libYARP_OS.
I totally agree.
using namespace (in general, not only std) should be prohibited at least in library headers.
should --> must be prohibited! Please fix all library header files which contain the using directive.
Fixed by #1294
it's not compiling... just fixing
the problem was present only in devel after merging.
Fixed.
@pattacini Thanks!
Most helpful comment
I totally agree.
using namespace(in general, not onlystd) should be prohibited at least in library headers.