Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
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
brpc
Commits
f94605a1
Commit
f94605a1
authored
Sep 15, 2017
by
sduzh
Committed by
Zhangyi Chen
Sep 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix issue #6
parent
e22f8df0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
class_name.h
src/butil/class_name.h
+0
-1
No files found.
src/butil/class_name.h
View file @
f94605a1
...
...
@@ -48,7 +48,6 @@ template <typename T> const char* class_name() {
// Get typename of |obj|, in std::string
template
<
typename
T
>
std
::
string
class_name_str
(
T
const
&
obj
)
{
extern
std
::
string
demangle
(
const
char
*
name
);
return
demangle
(
typeid
(
obj
).
name
());
}
...
...
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