-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
"Cout is ambigous" error #11122
Comments
I am also getting same error today |
I am also getting same error |
I'm not currently reproducing the error on Windows. Can someone run the |
Here's a link to a recent post with the exact same issue on windows: #11123 |
@bobbrow I'd like to point out that the label "regression" doesn't fit because this problem has occurred in vs code previously: #9471 (comment) |
@gam3boy1 This new issue does appear to be a 1.16.2 regression, since #9471 has different repro steps. |
This is now fixed in release version 1.16.3. |
It seems that whenever I'm creating a new statement or modifiyng one of my previous print statements the error occurs. It goes away if I comment then uncomment
#include<iostream>
or restart vscode (but reappears soon after)Specs:
Apple M1 Pro
macOS: 13.3.1 (a) (22E772610a)
VSCode:
Version: 1.79.2
Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06
Date: 2023-06-14T08:58:33.551Z
Electron: 22.5.7
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin arm64 22.4.0
C/C++ tool version: v1.16.2
Originally posted by @gam3boy1 in #9471 (comment)
The text was updated successfully, but these errors were encountered: