We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build fails with boost 1.84 on Alpine Linux edge:
[ 20%] Building CXX object CMakeFiles/gpick-dynv.dir/source/dynv/Xml.cpp.o In file included from /usr/include/boost/endian/detail/endian_reverse.hpp:12, from /usr/include/boost/endian/conversion.hpp:11, from /home/ncopa/aports/community/gpick/src/gpick-0.3/source/dynv/Types.cpp:23: /usr/include/boost/endian/conversion.hpp: In instantiation of 'constexpr EndianReversible boost::endian::conditional_reverse(EndianReversible) [with order From = boost::end ian::order::little; order To = boost::endian::order::little; EndianReversible = float]': /usr/include/boost/endian/conversion.hpp:166:76: required from 'constexpr EndianReversible boost::endian::native_to_little(EndianReversible) [with EndianReversible = floa t]' /home/ncopa/aports/community/gpick/src/gpick-0.3/source/dynv/Types.cpp:124:41: required from here /usr/include/boost/endian/conversion.hpp:190:5: error: static assertion failed: std::is_class<EndianReversible>::value || detail::is_endian_reversible<EndianReversible>::va lue 190 | BOOST_ENDIAN_STATIC_ASSERT( std::is_class<EndianReversible>::value || detail::is_endian_reversible<EndianReversible>::value ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/boost/endian/conversion.hpp:190:5: note: '(((bool)std::integral_constant<bool, false>::value) || ((bool)std::integral_constant<bool, false>::value))' evaluates to false gmake[2]: *** [CMakeFiles/gpick-dynv.dir/build.make:104: CMakeFiles/gpick-dynv.dir/source/dynv/Types.cpp.o] Error 1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Build fails with boost 1.84 on Alpine Linux edge:
The text was updated successfully, but these errors were encountered: