Added STATIC_ASSERT.
This commit is contained in:
parent
27b1db1aa2
commit
650b758425
1 changed files with 4 additions and 0 deletions
4
std/static_assert.hpp
Normal file
4
std/static_assert.hpp
Normal file
|
@ -0,0 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
#include <boost/static_assert.hpp>
|
||||
#define STATIC_ASSERT BOOST_STATIC_ASSERT
|
Reference in a new issue