Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
cassert.hpp
Go to the documentation of this file.
1/*
2 Copyright 2012 Adobe Systems Incorporated
3 Distributed under the Boost Software License - Version 1.0 (see the accompanying file LICENSE
4 or a copy at https://stlab.github.io/adobe_source_libraries/licenses.html)
5*/
6
7/**************************************************************************************************/
8
18
19#include <cassert>
20
21/**************************************************************************************************/
22
30
31#ifndef ADOBE_ASSERT
32#define ADOBE_ASSERT(p) assert(p)
33#endif
34
35/**************************************************************************************************/