Commit b33a87d8 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

src: remove STATIC_ASSERT() macro

This macro does not not rightfully belong in node.h, remove it.
Replace the one use site with a C++11 `static_assert` construct.
parent 2d82cdf6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment