kohler/lcdf-typetools

static_assert should have two parameters

Closed this issue · 1 comments

lcdf-typetools defines a static_assert macro that has 1 parameter. This appears to conflict with the standard static_assert which is supposed to have 2 parameters, causing a build failure ("too few arguments provided to function-like macro invocation") when the standard static_assert is available. See MacPorts ticket 40798.

Thanks for the report; fixed.