• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost.Endian
2
3The Endian library provides facilities for dealing with
4[endianness](https://en.wikipedia.org/wiki/Endianness).
5It's part of Boost since release 1.58.0. See
6[the documentation](http://boost.org/libs/endian) for more information.
7
8## Supported compilers
9
10* g++ 4.4 or later
11* clang++ 3.3 or later
12* Visual Studio 2008 or later
13
14Tested on [Travis](https://travis-ci.org/boostorg/endian/) and
15[Appveyor](https://ci.appveyor.com/project/pdimov/endian/).
16
17## License
18
19Distributed under the
20[Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).
21