00001 /* 00002 Copyright Rene Rivera 2011-2012 00003 Distributed under the Boost Software License, Version 1.0. 00004 (See accompanying file LICENSE_1_0.txt or copy at 00005 http://www.boost.org/LICENSE_1_0.txt) 00006 */ 00007 00008 #ifndef BOOST_PREDEF_DETAIL__CASSERT_H 00009 #define BOOST_PREDEF_DETAIL__CASSERT_H 00010 00011 #if defined(__cplusplus) 00012 #include <cassert> 00013 #else 00014 #include <assert.h> 00015 #endif 00016 00017 #endif