Added STATIC_ASSERT.

This commit is contained in:
vng 2013-08-08 00:14:33 +03:00
parent 27b1db1aa2
commit 650b758425

4
std/static_assert.hpp Normal file
View file

@ -0,0 +1,4 @@
#pragma once
#include <boost/static_assert.hpp>
#define STATIC_ASSERT BOOST_STATIC_ASSERT