summaryrefslogtreecommitdiffstats
path: root/indexlib/boost-compat/static_assert.hpp
blob: 76de9c49b38efc4f6cc85f9f1a4696717f0e8d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
#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_ */