ATLAS Offline Software
Loading...
Searching...
No Matches
ATHCONTAINERS_ASSERT.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id$
23
24
25#ifndef ATHCONTAINERS_TOOLS_ATHCONTAINERS_ASSERT_H
26#define ATHCONTAINERS_TOOLS_ATHCONTAINERS_ASSERT_H
27
28
29#ifndef ATHCONTAINERS_ASSERT
30# include <cassert>
31# define ATHCONTAINERS_ASSERT(X) assert(X)
32#endif
33
34
35#endif // not ATHCONTAINERS_TOOLS_ATHCONTAINERS_ASSERT_H