Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation warning in external/boost/libs/serialization/src/binary_wiarchive.cpp #175

Open
TheButlah opened this issue Apr 21, 2020 · 1 comment

Comments

@TheButlah
Copy link
Contributor

TheButlah commented Apr 21, 2020

Noticed the following compilation warning. Would be awesome if it could be fixed.

WARNING: From Compiling external/boost/libs/serialization/src/binary_iarchive.cpp:
In file included from external/boost/boost/detail/endian.hpp:9,
                 from external/boost/boost/archive/impl/basic_binary_iarchive.ipp:25,
                 from external/boost/libs/serialization/src/binary_iarchive.cpp:20:
external/boost/boost/predef/detail/endian_compat.h:11:161: note: #pragma message: The use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please include <boost/predef/other/endian.h> and use BOOST_ENDIAN_*_BYTE instead
 #pragma message("The use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please include <boost/predef/other/endian.h> and use BOOST_ENDIAN_*_BYTE instead")

Thanks so much for your support and maintenance of this repo! Its tremendously useful and very helpful for the bazel ecosystem!

@nelhage
Copy link
Owner

nelhage commented Apr 22, 2020

This looks like boostorg/serialization#134

A boost upgrade would fix it, it looks like, but I am not likely to have time to try to pursue that in the immediate future, unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants