From 650b758425daf75ce888dbdd1134021dcb5b43d4 Mon Sep 17 00:00:00 2001 From: vng Date: Thu, 8 Aug 2013 00:14:33 +0300 Subject: [PATCH] Added STATIC_ASSERT. --- std/static_assert.hpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 std/static_assert.hpp diff --git a/std/static_assert.hpp b/std/static_assert.hpp new file mode 100644 index 0000000..2f3109f --- /dev/null +++ b/std/static_assert.hpp @@ -0,0 +1,4 @@ +#pragma once + +#include +#define STATIC_ASSERT BOOST_STATIC_ASSERT