* followed advice by Rene to explicitly import the used std-classes instead

of simply importing the whole namespace - thanks for proofreading!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30568 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2009-05-02 14:28:32 +00:00
parent cb89fe1244
commit a0352959ac
3 changed files with 22 additions and 14 deletions
+3 -3
View File
@@ -31,11 +31,11 @@ struct hash<BPrivate::CatKey> {
#if __GNUC__ > 2
} // namespace __gnu_cxx
using namespace __gnu_cxx;
using __gnu_cxx::hash;
using __gnu_cxx::hash_map;
using __gnu_cxx::equal_to;
#endif // __GNUC__ > 2
using namespace std;
namespace BPrivate {
/*