Go to the documentation of this file.
23#ifndef GINAC_ASSERTION_H
24#define GINAC_ASSERTION_H
26#if !defined(GINAC_ASSERT)
27#if defined(DO_GINAC_ASSERT)
30#define GINAC_ASSERT(X) assert(X)
33#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.