"using namespace std" in header files (Feature #730)
Description
Several header files, in particular the flann ones, have "using namespace std" in the header files, which is bad practice and can cause ambiguity where those header files are included. This patch removes these and prepends the appropriate std:: qualifiers.
History
Updated by Marius Muja about 14 years ago
Fixed in r4727.
- Status changed from Open to Done
- (deleted custom field) set to fixed