Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/uuid/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_UUID_DETAIL_STATIC_ASSERT_INCLUDED
0002 #define BOOST_UUID_DETAIL_STATIC_ASSERT_INCLUDED
0003 
0004 // Copyright 2024 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_UUID_STATIC_ASSERT(...) static_assert(__VA_ARGS__, #__VA_ARGS__)
0009 
0010 #endif // #ifndef BOOST_UUID_DETAIL_STATIC_ASSERT_INCLUDED