aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/endian/README.md
blob: d40e630abae6c4b192e08619fcbd7ec0c4b957c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Boost.Endian

The Endian library provides facilities for dealing with
[endianness](https://en.wikipedia.org/wiki/Endianness).
It's part of Boost since release 1.58.0. See
[the documentation](http://boost.org/libs/endian) for more information.

## Supported compilers

* g++ 4.6 or later
* clang++ 3.9 or later
* Visual Studio 2012 or later

C++11 is required since release 1.84.

Tested on [Github Actions](https://github.com/boostorg/endian/actions)
and [Appveyor](https://ci.appveyor.com/project/pdimov/endian/).

## License

Distributed under the
[Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).