Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:48:05

0001 /*
0002 Copyright Rene Rivera 2011-2012
0003 Distributed under the Boost Software License, Version 1.0.
0004 (See accompanying file LICENSE_1_0.txt or copy at
0005 http://www.boost.org/LICENSE_1_0.txt)
0006 */
0007 
0008 #ifndef BOOST_PREDEF_DETAIL__CASSERT_H
0009 #define BOOST_PREDEF_DETAIL__CASSERT_H
0010 
0011 #if defined(__cplusplus)
0012 #include <cassert>
0013 #else
0014 #include <assert.h>
0015 #endif
0016 
0017 #endif