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
Please register or sign in to comment
This macro does not not rightfully belong in node.h, remove it. Replace the one use site with a C++11 `static_assert` construct.