Konrad Grochowski created THRIFT-2072:
-----------------------------------------

             Summary: 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


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