arg_dep_lookup

Controls C++ argument-dependent name lookup.

Syntax

#pragma arg_dep_lookup on | off | reset

Targets
All platforms.
Remarks

If you enable this pragma, the Carbide.c++ compiler uses argument-dependent name lookup.

This pragma does not correspond to any panel setting. To check this setting, use __option (arg_dep_lookup). The default setting is on.