proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
terminate.hpp
Go to the documentation of this file.
1#ifndef VEG_TERMINATE_HPP_YMTONE4HS
2#define VEG_TERMINATE_HPP_YMTONE4HS
3
5#include <exception>
6
7namespace proxsuite {
8namespace linalg {
9namespace veg {
10namespace _detail {
11[[noreturn]] inline void
13{
14 std::terminate();
15}
16} // namespace _detail
17} // namespace veg
18} // namespace linalg
19} // namespace proxsuite
20
22#endif /* end of include guard VEG_TERMINATE_HPP_YMTONE4HS */