Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
gflags
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
gflags
Commits
4e61c45e
Commit
4e61c45e
authored
Oct 27, 2015
by
Andreas Schuh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#124 Remove using namespace from mutex.h
parent
f0523f14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gflags.cc
src/gflags.cc
+3
-0
mutex.h
src/mutex.h
+0
-3
No files found.
src/gflags.cc
View file @
4e61c45e
...
...
@@ -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"
...
...
src/mutex.h
View file @
4e61c45e
...
...
@@ -344,8 +344,5 @@ class WriterMutexLock {
}
// namespace MUTEX_NAMESPACE
using
namespace
MUTEX_NAMESPACE
;
#undef MUTEX_NAMESPACE
#endif
/* #define GFLAGS_MUTEX_H__ */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment