Go to the documentation of this file.
22#ifndef GINAC_ASSERTION_H
23#define GINAC_ASSERTION_H
25#if !defined(GINAC_ASSERT)
26#if defined(DO_GINAC_ASSERT)
29#define GINAC_ASSERT(X) assert(X)
32#define GINAC_ASSERT(X) ((void)0)
This page is part of the GiNaC
developer's reference. It was generated automatically by doxygen. For
an introduction, see the tutorial.