boost/libs/endian
2022-12-15 23:45:23 +08:00
..
benchmark 源码提交 2022-12-15 23:45:23 +08:00
doc 源码提交 2022-12-15 23:45:23 +08:00
example 源码提交 2022-12-15 23:45:23 +08:00
meta 源码提交 2022-12-15 23:45:23 +08:00
test 源码提交 2022-12-15 23:45:23 +08:00
CMakeLists.txt 源码提交 2022-12-15 23:45:23 +08:00
index.html 源码提交 2022-12-15 23:45:23 +08:00
README 源码提交 2022-12-15 23:45:23 +08:00

Boost Endian library

The Endian library is included in Boost release 1.58.0 and later.

See http://boostorg.github.io/endian to browse the documentation without having to
download the library or install Boost.

To experiment with the Endian library, various other boost libraries must be
available. So you need to install Boost or clone a current version of boostorg/boost
if you have not already done so.

Boost.Endian is a header-only library, so there is no need to run a build
for it, although you may need to do a "b2 headers".

If your clone of boost is already in place, please remember to:

  cd boost
  git pull
  git submodule update --init
  git submodule update
  ./b2 headers
  
On Windows, "./" is unnecessary.  

---------------------------
Copyright Beman Dawes, 2013

Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt