[
https://issues.apache.org/jira/browse/THRIFT-4836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James E. King III updated THRIFT-4836:
--------------------------------------
Summary: [C++] Warning about deprecated use of boost (1.69.0) endianness
macros (was: [C++] Warning about deprecated use of boost endianness macros)
> [C++] Warning about deprecated use of boost (1.69.0) endianness macros
> ----------------------------------------------------------------------
>
> Key: THRIFT-4836
> URL: https://issues.apache.org/jira/browse/THRIFT-4836
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Affects Versions: 0.12.0
> Reporter: Antoine Pitrou
> Priority: Minor
> Labels: Deprecated, boost
>
> When compiling Apache Arrow we sometimes get those warnings messages:
> {code}
> The use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please include
> <boost/predef/other/endian.h> and use BOOST_ENDIAN_*_BYTE instead
> {code}
> There is no trace of these macros in our source code, but they are used in
> the Thrift headers:
> https://github.com/apache/thrift/blob/master/lib/cpp/src/thrift/protocol/TProtocol.h#L85-L102
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)