• Laszlo Ashin's avatar
    utils: introduce assert_static() · 457a6f4b
    Laszlo Ashin authored
    assert_static() will help us to find false asserts in compile time. Of
    course it only works in case of expressions which can be evaluated
    compile time. It cannot be used in global scope.
    457a6f4b
utils.h 2.73 KB