You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2018/12/20 13:57:00 UTC

[jira] [Commented] (THRIFT-4441) C++: support building lib without Boost

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

James E. King III commented on THRIFT-4441:
-------------------------------------------

If we allow the option to either build with or without boost, we create a build-time and packaging-time branch whereby packagers have to distribute two libraries - one that builds against boost and supports C++03, and one that does not build against boost and only supports C++11 or later.  Given older versions of thrift support both boost and C++03, we should consider dropping support for boost and C++03 at the same time.  Then the packaging dependencies are simplified, but more importantly there is only one C++ runtime library to be built (apart from the normal debug/release variants).  Folks who need the boost interface, or need C++03 support can always use Thrift 0.12.0 or earlier.

> C++: support building lib without Boost
> ---------------------------------------
>
>                 Key: THRIFT-4441
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4441
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C++ - Compiler, C++ - Library
>    Affects Versions: 0.11.0, 0.12.0
>            Reporter: Francois Ferrand
>            Priority: Major
>              Labels: boost, c++11
>
> It would be great to support compiling Thrift library without boost: in C++11, most of the things are already integrated, and it is often not practical to integrate boost, esp. in embedded projects.
> Some steps have already been done (esp. THRIFT-2221) to support building user code without boost, but it would be nice to allow building completely without boost.



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