Commit cbbaefb3 authored by Reini Urban's avatar Reini Urban
Browse files

use CHOOSE_EXPR chain

Probe for static_assert in CXX11 or C11

If args are compile-time constants and satisfy a constant expr,
call the func, otherwise produce a compile-time error.
But static_assert cannot be used inside args, only as statement.

See #48
parent 44cfb38d
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