You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
364 B
C++
14 lines
364 B
C++
2 years ago
|
#ifndef BOOST_ENDIAN_HPP_INCLUDED
|
||
|
#define BOOST_ENDIAN_HPP_INCLUDED
|
||
|
|
||
|
// Copyright 2019 Peter Dimov
|
||
|
//
|
||
|
// Distributed under the Boost Software License, Version 1.0.
|
||
|
// http://www.boost.org/LICENSE_1_0.txt
|
||
|
|
||
|
#include <boost/endian/conversion.hpp>
|
||
|
#include <boost/endian/buffers.hpp>
|
||
|
#include <boost/endian/arithmetic.hpp>
|
||
|
|
||
|
#endif // #ifndef BOOST_ENDIAN_HPP_INCLUDED
|