Antoine Pitrou created THRIFT-4836:
--------------------------------------
Summary: [C++] Warning about deprecated use of boost endianness
macros
Key: THRIFT-4836
URL: https://issues.apache.org/jira/browse/THRIFT-4836
Project: Thrift
Issue Type: Bug
Components: C++ - Library
Reporter: Antoine Pitrou
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)