- [[maybe_unused]], [[nodiscard]], and [[
noreturn]]
attribute for
compatibility with C++11, then
deprecate _
Noreturn,
noreturn,
header <stdnoreturn.h> features...
-
bottom type is typing.Never (introduced in
version 3.11),
while typing.
NoReturn (introduced in
version 3.5) can be used as the
return type of non-returning...
-
_Alignof operator,
aligned_alloc function, <stdalign.h> header) The _
Noreturn function specifier and the <stdnoreturn.h>
header Type-generic expressions...
-
spelling alias for a C23 keyword)
_Alignas ‡
_Alignof ‡
_Atomic _Generic _
Noreturn _Static_****ert ‡
_Thread_local ‡ C23
reserved fifteen more words: alignas...
- in C, not in C++
Functions that do not
return can be
annotated using a
noreturn attribute in C++
whereas C uses a
distinct keyword. In C23, the attribute...
- getAbsolutePath(
wchar_t const *makeAbsolute, char
const *errStr ); [[
noreturn]] void throwSysErr( char
const *str );
constexpr wchar_t const *LOADER_DLL_NAME...
- rfc:pure-intersection-types". wiki.php.net.
Retrieved 2021-11-26. "PHP: rfc:
noreturn_type". wiki.php.net.
Retrieved 2021-11-26. "PHP: rfc:final_class_const"...
- Затмений/Time of eclipses)
Tochka Nevozvrata (Точка Невозврата/Point of
noreturn) Ubit'
Drakona (Убить Дракона/To Kill the Dragon) "Meet Aria, the band...
- else enum
extern float for
_Generic goto if
_Imaginary inline int long _
Noreturn register restrict return short signed sizeof static struct switch _Thread_local...
-
optimize the
generated code. C++11
provides two
standard attributes itself:
noreturn to
specify that a
function does not return, and
carries_dependency to help...