LORD-MicroStrain / MSCL

MicroStrain Communication Library
https://www.microstrain.com/software/mscl
MIT License
76 stars 57 forks source link

Switch away from a deprecated Boost macro API. #361

Closed vslashg closed 7 months ago

vslashg commented 11 months ago

The BOOST_LITTLE_ENDIAN macro is an internal implementation detail of boost, removed in Boost 1.74. Change this code to use the boost predef library, which provides a supported version of the same feature test macro functionality.

dacuster commented 7 months ago

Hi @vslashg,

We're aware of some deprecated features in Boost. Unfortunately we only officially support Boost 1.68. If we do end up upgrading we will keep this in mind. Thanks