#include <stdlib.h>
#include <exception>
#include <iostream>
#include <isl/options.h>
#include <isl/cpp-checked.h>
#include "isl_test_cpp17-generic.cc"
Go to the source code of this file.
|
namespace | isl |
| These are automatically generated checked C++ bindings for isl.
|
|
|
static void | die_impl (const char *file, int line, const char *message) |
|
int | main () |
|
◆ die
#define die |
( |
|
msg | ) |
die_impl(__FILE__, __LINE__, msg) |
◆ die_impl()
static void die_impl |
( |
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
message |
|
) |
| |
|
static |
◆ main()