.. _program_listing_file__tmp_ws_src_proxsuite_include_proxsuite_linalg_veg_internal_terminate.hpp: Program Listing for File terminate.hpp ====================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/proxsuite/include/proxsuite/linalg/veg/internal/terminate.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef VEG_TERMINATE_HPP_YMTONE4HS #define VEG_TERMINATE_HPP_YMTONE4HS #include "proxsuite/linalg/veg/internal/prologue.hpp" #include namespace proxsuite { namespace linalg { namespace veg { namespace _detail { [[noreturn]] inline void terminate() noexcept { std::terminate(); } } // namespace _detail } // namespace veg } // namespace linalg } // namespace proxsuite #include "proxsuite/linalg/veg/internal/epilogue.hpp" #endif /* end of include guard VEG_TERMINATE_HPP_YMTONE4HS */