|
|
|||
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
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|