Skip to main content

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
}