Konrad Grochowski created THRIFT-1875:
-----------------------------------------

             Summary: BoostThreadFactory not compiling
                 Key: THRIFT-1875
                 URL: https://issues.apache.org/jira/browse/THRIFT-1875
             Project: Thrift
          Issue Type: Bug
          Components: Build Process, C++ - Library
    Affects Versions: 0.9
         Environment: boost 1.44
gcc 4.7.2
            Reporter: Konrad Grochowski


lib/cpp/src/thrift/concurrency/BoostThreadFactory.cpp:102:66: error: cannot 
convert ‘boost::thread::id’ to ‘apache::thrift::concurrency::Thread::id_t {aka 
long unsigned int}’ in return

boost::thread::id is a class, cannot be cast to thrift::...::Thread::id_t (long)

seems I'm not the only one with that problem:
http://mail-archives.apache.org/mod_mbox/thrift-user/201209.mbox/%[email protected]%3E


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