Skip to content

Replace AssertFatal with static_assert for cmdline arguments check

Bartosz Podrygajlo requested to merge static-assert-for-args into develop

Replace AssertFatal with static_assert for command line arguments definition length check. The static assert will not allow the code to compile in case the size is incorrect.

This could save some time in the future since its easy to forget to extend CMDLINE_PARAMS_CHECK_DESC.

Merge request reports

Loading