mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
#124 Remove using namespace from mutex.h
This commit is contained in:
parent
f0523f14a9
commit
4e61c45ef9
2 changed files with 3 additions and 3 deletions
|
@ -111,6 +111,9 @@
|
|||
#include "mutex.h"
|
||||
#include "util.h"
|
||||
|
||||
using namespace MUTEX_NAMESPACE;
|
||||
|
||||
|
||||
// Special flags, type 1: the 'recursive' flags. They set another flag's val.
|
||||
DEFINE_string(flagfile, "", "load flags from file");
|
||||
DEFINE_string(fromenv, "", "set flags from the environment"
|
||||
|
|
|
@ -344,8 +344,5 @@ class WriterMutexLock {
|
|||
|
||||
} // namespace MUTEX_NAMESPACE
|
||||
|
||||
using namespace MUTEX_NAMESPACE;
|
||||
|
||||
#undef MUTEX_NAMESPACE
|
||||
|
||||
#endif /* #define GFLAGS_MUTEX_H__ */
|
||||
|
|
Loading…
Add table
Reference in a new issue