Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/compat/detail/returns.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_COMPAT_DETAIL_RETURNS_HPP_INCLUDED
0002 #define BOOST_COMPAT_DETAIL_RETURNS_HPP_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_COMPAT_RETURNS(...) noexcept(noexcept(__VA_ARGS__)) -> decltype(__VA_ARGS__) { return __VA_ARGS__; }
0009 
0010 #endif // BOOST_COMPAT_DETAIL_RETURNS_HPP_INCLUDED