mirror of
https://github.com/monero-project/monero.git
synced 2025-08-10 09:10:12 -04:00
remove "using namespace std" from headers
It's nasty, and actually breaks on Solaris, where if.h fails to build due to: struct map *if_memmap;
This commit is contained in:
parent
4754390725
commit
383ff4f689
24 changed files with 47 additions and 51 deletions
|
@ -66,8 +66,6 @@ namespace epee
|
|||
namespace net_utils
|
||||
{
|
||||
|
||||
using namespace std;
|
||||
|
||||
/*struct url
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue