News
Hi allI'm writing a library in C++ and I would like to use namespaces, ... they're in std. No, you won't have problems. To put things simply, when looking for a function, ...
Basically once you've put a using namespace std; in your header, and someone has included your header, there's no way to undo the using. This can reduce your options when a name conflict occurs.
Results that may be inaccessible to you are currently showing.
Hide inaccessible results