-for_scoping

Controls legacy scope behavior in for loops.

Syntax
  -for_scoping

  
Remarks

When enabled, variables declared in for loops are visible to the enclosing scope; when disabled, such variables are scoped to the loop only. The default is off.

Related information
-ARM
-bool
-Cpp_exceptions
-dialect
-instmgr
-iso_templates
-RTTI
-som
-som_env_check
-wchar_t