1// Copyright 2008-2022 Emil Dotchevski and Reverge Studios, Inc.
2
3// Distributed under the Boost Software License, Version 1.0. (See accompanying
4// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6#ifndef BOOST_QVM_ASSERT
7# ifdef BOOST_ASSERT
8# define BOOST_QVM_ASSERT BOOST_ASSERT
9# else
10# include <cassert>
11# define BOOST_QVM_ASSERT assert
12# endif
13#endif
14

source code of boost/libs/qvm/include/boost/qvm/assert.hpp