Go to file
Peter Dimov 3de20eb340
Merge pull request #38 from tanzislam/fix-macro-use-with-template-parameters
Fix BOOST_STATIC_ASSERT with template arguments
2019-10-25 14:06:07 -07:00
benchmark Remove fp_exhaustive_test from Jamfile 2015-03-30 07:01:19 -04:00
doc Update revision history 2019-10-23 16:42:00 +03:00
example [cleanup] remove trailing whitespace from source code files 2017-11-04 13:07:54 +01:00
include/boost Merge pull request #38 from tanzislam/fix-macro-use-with-template-parameters 2019-10-25 14:06:07 -07:00
meta Add metadata file. 2014-08-21 20:30:29 +01:00
test Add <boost/endian.hpp> 2019-10-22 19:41:49 +03:00
.gitattributes Add .gitattributes 2018-01-15 19:37:16 +02:00
.travis.yml Add clang-9 to Travis 2019-10-11 15:36:51 +03:00
appveyor.yml Test clang-win with the VS2017 image 2019-10-12 02:29:39 +03:00
CMakeLists.txt Update CMakeLists 2019-05-05 04:46:43 +03:00
index.html Update index.html to point to new documentation 2019-03-25 09:38:54 -04:00
README Update README to reflect 1.58.0 inclusion and boostorg.github.io/endian availability. 2015-04-03 08:33:33 -04: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