4 lines
91 B
C++
4 lines
91 B
C++
#pragma once
|
|
|
|
#include <boost/static_assert.hpp>
|
|
#define STATIC_ASSERT BOOST_STATIC_ASSERT
|