[
https://issues.apache.org/jira/browse/THRIFT-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Grochowski updated THRIFT-2072:
--------------------------------------
Attachment: THRIFT-2072.patch
> 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
> 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