mirror of
https://github.com/monero-project/monero.git
synced 2026-01-04 00:37:07 -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:
@@ -49,6 +49,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "unit_tests_utils.h"
|
||||
using namespace std;
|
||||
using namespace crypto;
|
||||
|
||||
struct Struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user