[ 
https://issues.apache.org/jira/browse/THRIFT-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13695849#comment-13695849
 ] 

Hudson commented on THRIFT-2072:
--------------------------------

Integrated in Thrift #758 (See [https://builds.apache.org/job/Thrift/758/])
    THRIFT-2072 TNonblocking server compilation FAILS with C++11 support 
enabled (Revision 42cb873ea9984b08346a6e3f0713578f0ed4efe8)

     Result = FAILURE
roger : 
Files : 
* lib/cpp/src/thrift/server/TNonblockingServer.cpp

                
> 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

Reply via email to