summaryrefslogtreecommitdiffstats
path: root/indexlib/boost-compat/static_assert.h
blob: 1d020c9fdd9a3d616027a762715d1acdcff3072b (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef LPC_STATIC_ASSERT_H1119293317_INCLUDE_GUARD_
#define LPC_STATIC_ASSERT_H1119293317_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_H1119293317_INCLUDE_GUARD_ */