-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 0.12.0
-
Fix Version/s: None
-
Component/s: C++ - Library
-
Labels:
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
- is duplicated by
-
ARROW-4992 [C++] Boost endian warnings
-
- Resolved
-