You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdepim/indexlib/boost-compat/static_assert.hpp

12 lines
304 B

#ifndef LPC_STATIC_ASSERT_HPP1119293317_INCLUDE_GUARD_
#define LPC_STATIC_ASSERT_HPP1119293317_INCLUDE_GUARD_
#ifdef HAVE_BOOST
#include <boost/static_assert.hpp>
#elif !defined( BOOST_STATIC_ASSERT )
#define BOOST_STATIC_ASSERT( x )
#endif
#endif /* LPC_STATIC_ASSERT_HPP1119293317_INCLUDE_GUARD_ */