1 #pragma once // Source encoding: UTF-8 with BOM (π is a lowercase Greek "pi"). 15 inline auto stored_ptr()
18 static exception_ptr the_stored_ptr;
19 return the_stored_ptr;
27 exception_ptr original = impl::stored_ptr();
28 impl::stored_ptr() = p;
34 impl::stored_ptr() =
nullptr;
39 const exception_ptr p = impl::stored_ptr();
42 impl::stored_ptr() =
nullptr;
43 rethrow_exception( p );
auto replace_stored_x_with(const exception_ptr &p) -> exception_ptr
CPPX_USE_STD(basic_string, basic_string_view, bitset, char_traits, size)
void rethrow_any_stored_x()
Macros for generating more concise and clear using statements, primarily $use_cppx and $use_std,...