Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:51:03

0001 // Copyright 2008-2022 Emil Dotchevski and Reverge Studios, Inc.
0002 
0003 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 #ifndef BOOST_QVM_ASSERT
0007 #   ifdef BOOST_ASSERT
0008 #       define BOOST_QVM_ASSERT BOOST_ASSERT
0009 #   else
0010 #       include <cassert>
0011 #       define BOOST_QVM_ASSERT assert
0012 #   endif
0013 #endif