Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/endian/detail/static_assert.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #ifndef BOOST_ENDIAN_DETAIL_STATIC_ASSERT_HPP_INCLUDED
0002 #define BOOST_ENDIAN_DETAIL_STATIC_ASSERT_HPP_INCLUDED
0003 
0004 // Copyright 2023 Peter Dimov
0005 // Distributed under the Boost Software License, Version 1.0.
0006 // https://www.boost.org/LICENSE_1_0.txt
0007 
0008 #define BOOST_ENDIAN_STATIC_ASSERT(...) static_assert(__VA_ARGS__, #__VA_ARGS__)
0009 
0010 #endif  // BOOST_ENDIAN_DETAIL_STATIC_ASSERT_HPP_INCLUDED