Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ using new/delete #86

Open
panchev68 opened this issue Dec 30, 2024 · 0 comments
Open

C++ using new/delete #86

panchev68 opened this issue Dec 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@panchev68
Copy link

panchev68 commented Dec 30, 2024

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 and delete operators.

To Reproduce:

image

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]

@panchev68 panchev68 added the bug Something isn't working label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant