constexpr for boost::endian
Hello developer, can you implement constexpr support for boost::endian? And i'm missing support for (compiler-dependent) int128 (boost::u/int128_type). thx Gero
Gero Peterhoff wrote:
Hello developer, can you implement constexpr support for boost::endian?
Yes, see https://github.com/boostorg/endian/issues/34.
And i'm missing support for (compiler-dependent) int128 (boost::u/int128_type).
Do you need this support for endian_reverse/conversion.hpp, or for endian_buffer and endian_arithmetic?
Am 20.10.19 um 15:21 schrieb Peter Dimov via Boost:
Gero Peterhoff wrote:
Hello developer, can you implement constexpr support for boost::endian?
Fine.
And i'm missing support for (compiler-dependent) int128 (boost::u/int128_type).
Do you need this support for endian_reverse/conversion.hpp, or for endian_buffer and endian_arithmetic?Currently for endian_reverse (byte swap).
participants (2)
-
Gero Peterhoff
-
Peter Dimov