Blame view

3rdparty/boost_1_81_0/boost/endian.hpp 364 Bytes
598bfd3f   Hu Chunming   提交_GLIBCXX_USE_CX...
1
2
3
4
5
6
7
8
9
10
11
12
13
  #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