Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.12.0
-
None
Description
When compiling Apache Arrow we sometimes get those warnings messages:
The use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please include <boost/predef/other/endian.h> and use BOOST_ENDIAN_*_BYTE instead
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
Attachments
Issue Links
- is duplicated by
-
ARROW-4992 [C++] Boost endian warnings
- Closed