This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
travelguide/std/static_assert.hpp
2013-08-08 17:02:38 +03:00

4 lines
91 B
C++

#pragma once
#include <boost/static_assert.hpp>
#define STATIC_ASSERT BOOST_STATIC_ASSERT