Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
Unreachable.cpp File Reference
#include "serialbox/core/Unreachable.h"
#include <cstdio>
#include <iostream>

Go to the source code of this file.

Namespaces

 serialbox
 Namespace of the serialbox library.
 

Functions

SERIALBOX_ATTRIBUTE_NORETURN void serialbox::serialbox_unreachable_internal (const char *msg, const char *file, unsigned line)
 

Detailed Description

Provide utility to indicate the current location is not supposed to be reachable.

Definition in file Unreachable.cpp.