Rename using => using_namespaces
This commit is contained in:
committed by
Emilio Cobos Álvarez
parent
4bd7b07d2f
commit
f1433bd3b9
@@ -0,0 +1,16 @@
|
||||
#include <cstdarg>
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <new>
|
||||
|
||||
namespace root {
|
||||
|
||||
using namespace std;
|
||||
|
||||
extern "C" {
|
||||
|
||||
void root();
|
||||
|
||||
} // extern "C"
|
||||
|
||||
} // namespace root
|
||||
Reference in New Issue
Block a user