MSCL icon indicating copy to clipboard operation
MSCL copied to clipboard

Using deprecated boost macros

Open lshamis opened this issue 4 years ago • 0 comments

In file included from external/boost/boost/detail/endian.hpp:9:0,
                 from external/mscl/MSCL/source/stdafx.h:18,
                 from external/mscl/MSCL/source/mscl/WMI_Helper.cpp:6:
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

Replace BOOST_*_ENDIAN with BOOST_ENDIAN_*_BYTE

lshamis avatar Jan 27 '20 21:01 lshamis