![]() |
|
|||
File indexing completed on 2025-07-06 08:09:20
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |