You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to create an object with new vscode generates an error: "operator delete" is ambiguous C/C++(266)"
There is no redefinition of the new and delete operators.
To Reproduce:
Environment:
OS: Windows 11
Embedded Workbench: Arm
VSC Extension version: 1.30.7
Additional context:
This happens if the "configurationProvider": "iarsystems.iar-build" field is changed in the c_cpp_properties.json file. if the extension https://marketplace.visualstudio.com/items?itemName=pluyckx.iar-vsc is used this problem does not exist , but unfortunately it [ Deprecated]
The text was updated successfully, but these errors were encountered:
Describe the bug:
If I try to create an object with
new
vscode generates an error:"operator delete" is ambiguous C/C++(266)"
There is no redefinition of the
new
anddelete
operators.To Reproduce:
Environment:
OS: Windows 11
Embedded Workbench: Arm
VSC Extension version: 1.30.7
Additional context:
This happens if the
"configurationProvider": "iarsystems.iar-build"
field is changed in the c_cpp_properties.json file. if the extension https://marketplace.visualstudio.com/items?itemName=pluyckx.iar-vsc is used this problem does not exist , but unfortunately it [ Deprecated]The text was updated successfully, but these errors were encountered: