[
https://issues.apache.org/jira/browse/THRIFT-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13695892#comment-13695892
]
Konrad Grochowski commented on THRIFT-2072:
-------------------------------------------
why build failed after this change? I see only this failure:
{code}
*** 2 failures detected in test suite "TFileTransportTest"
FAIL: TFileTransportTest
{code}
and this patch should not affect any transports :|
> TNonblocking server compilation FAILS with C++11 support enabled
> ----------------------------------------------------------------
>
> Key: THRIFT-2072
> URL: https://issues.apache.org/jira/browse/THRIFT-2072
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Environment: clang 3.2
> Reporter: Konrad Grochowski
> Assignee: Roger Meier
> Priority: Critical
> Attachments: THRIFT-2072.patch
>
>
> due to new suffix operator in C++11 lines like this:
> {code}"(%"PRIu32" > %"PRIu64") from client %s. "{code}
> has to be changed to
> {code}"(%" PRIu32 " > %" PRIu64 ") from client %s. "{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira