Merge "Do not merge namespaces"
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace std;
|
||||
using std::set;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
class Type;
|
||||
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
class Type
|
||||
{
|
||||
|
||||
@@ -31,7 +31,10 @@
|
||||
#define MIN_USER_SET_METHOD_ID 0
|
||||
#define MAX_USER_SET_METHOD_ID 16777214
|
||||
|
||||
using namespace std;
|
||||
using std::map;
|
||||
using std::set;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
static void
|
||||
test_document(document_item_type* d)
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
int generate_java(const string& filename, const string& originalSrc,
|
||||
interface_type* iface);
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
enum {
|
||||
COMPILE_AIDL,
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
|
||||
const bool VERBOSE = false;
|
||||
|
||||
using namespace std;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
struct Answer {
|
||||
const char* argv[8];
|
||||
|
||||
@@ -6,7 +6,10 @@
|
||||
#if __cplusplus
|
||||
#include <vector>
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user