mirror of
https://github.com/monero-project/monero.git
synced 2026-01-27 23:35:21 -08: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:
@@ -38,6 +38,7 @@
|
||||
#include "ringct/rctSigs.h"
|
||||
#include "ringct/rctOps.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace crypto;
|
||||
using namespace rct;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user