#ifndef BOOST_THROW_EXCEPTION_HPP_INCLUDED #define BOOST_THROW_EXCEPTION_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/throw_exception.hpp // // Copyright (c) 2002 Peter Dimov and Multi Media Ltd. // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all copies. // This software is provided "as is" without express or implied // warranty, and with no claim as to its suitability for any purpose. // // http://www.boost.org/libs/utility/throw_exception.html // //#include #ifdef BOOST_NO_EXCEPTIONS # include #endif namespace boost { #ifdef BOOST_NO_EXCEPTIONS void throw_exception(std::exception const & e); // user defined #else template void throw_exception(E const & e) { throw e; } #endif } // namespace boost #endif // #ifndef BOOST_THROW_EXCEPTION_HPP_INCLUDED r>
aboutsummaryrefslogtreecommitdiff
n title='2023-07-18 18:16:47 +0200'>2023-07-18
AgeCommit message (Expand)Author
gnu: Rationalize texlive-updmap.cfg and texlive-tiny inputs....Nicolas Goaziou
2023-07-18gnu: Deprecate texlive-base in favor of texlive-scheme-basic....Nicolas Goaziou
2023-07-18gnu: texlive-tex-texinfo -> texlive-texinfo....Nicolas Goaziou
2023-07-18gnu: texlive-fonts-ec -> texlive-ec....Nicolas Goaziou
2023-05-25doc: Adjust HTML patterns to correctly process Texinfo 6.8 output....Ludovic Courtès
2022-11-15doc: Build pt_BR manual....Ludovic Courtès
2022-06-15doc: Use a minimal texlive profile in build.scm....Maxim Cournoyer
2022-04-08doc: Build an empty index if the manual is missing....Ludovic Courtès
2022-04-08doc: Allow different translations for 'guix-cookbook' and 'guix-manual'....Ludovic Courtès
2022-03-02doc: Publish the Slovak translation of the cookbook....Ludovic Courtès