You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "yuanyuan chen (JIRA)" <ji...@apache.org> on 2019/01/05 03:36:00 UTC

[jira] [Comment Edited] (THRIFT-4720) migrate code to c++11

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

yuanyuan chen edited comment on THRIFT-4720 at 1/5/19 3:35 AM:
---------------------------------------------------------------

[~jking3] THRIFT-4441 is proposed for dropping Boost code completely.I don't consider reinventing boost wheels in thrift a good idea.So I will restrict myself to replace things like boost::thread with std::thread etc.


was (Author: cyy):
[~jking3] THRIFT-4441 is armed for dropping Boost code completely.I don't consider reinventing boost wheels in thrift a good idea.So I will restrict myself to replace things like boost::thread with std::thread etc.

> migrate code to c++11
> ---------------------
>
>                 Key: THRIFT-4720
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4720
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C++ - Compiler, C++ - Library
>    Affects Versions: 1.0
>            Reporter: yuanyuan chen
>            Priority: Major
>
> As discussed in THRIFT-4678,now that we may want to drop C++03 support.
> I will take the following steps:
> 1.force C++11 compilers in CMake.But I am not familiar with GNU autotools,would anybody help me changing that piece of script?
> 2.remove deprecated features in C++11 from run-time library and compiler generated code.
> 3.replace boost components with C++11 counterparts gradually.
>  
> This issue is created for some advises for the above steps.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)