Rename using => using_namespaces

This commit is contained in:
Rasmus Eneman
2019-08-25 18:16:10 +02:00
committed by Emilio Cobos Álvarez
parent 4bd7b07d2f
commit f1433bd3b9
12 changed files with 11 additions and 6 deletions
+16
View File
@@ -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