Setting Automatic Resolution of Multiple Operators | Environment Variables |
dbxenv Command |
The overload_operator environment variable determines whether dbx automatically resolves multiple operators with the same name.
overload_operator on | off | If set to on, do automatic operator overload resolution (C++ only). Default: on. |