FeatStd Diagnostics

New macro FEATSTD_GUARD

A new macro FEATSTD_GUARD(condition) has been added which asserts in debug builds, but in any build mode adds an if-block with condition around. Usage:

FEATSTD_GUARD(condition)
  // handling if condition is not true
}

Revision #1
Created 2023-03-02 06:08:40 UTC by Kanai Tomoaki
Updated 2023-03-02 06:09:06 UTC by Kanai Tomoaki