Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1cc0c5e
)
THRIFT-177. cpp: Add a missing "std::"
author
David Reiss
<dreiss@apache.org>
Mon, 20 Oct 2008 21:29:07 +0000
(21:29 +0000)
committer
David Reiss
<dreiss@apache.org>
Mon, 20 Oct 2008 21:29:07 +0000
(21:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@706418
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/Thrift.cpp
patch
|
blob
|
history
diff --git
a/lib/cpp/src/Thrift.cpp
b/lib/cpp/src/Thrift.cpp
index
c784015
..
fb6bcbc
100644
(file)
--- a/
lib/cpp/src/Thrift.cpp
+++ b/
lib/cpp/src/Thrift.cpp
@@
-54,7
+54,7
@@
void TOutput::perror(const char *message, int errno_copy) {
std::string TOutput::strerror_s(int errno_copy) {
#ifndef HAVE_STRERROR_R
- return "errno = " + boost::lexical_cast<string>(errno_copy);
+ return "errno = " + boost::lexical_cast<st
d::st
ring>(errno_copy);
#else // HAVE_STRERROR_R
char b_errbuf[1024] = { '\0' };