]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/endian/README.md
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / endian / README.md
1 # Boost.Endian
2
3 The Endian library provides facilities for dealing with
4 [endianness](https://en.wikipedia.org/wiki/Endianness).
5 It'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
14 Tested on [Travis](https://travis-ci.org/boostorg/endian/) and
15 [Appveyor](https://ci.appveyor.com/project/pdimov/endian/).
16
17 ## License
18
19 Distributed under the
20 [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).