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
The text was updated successfully, but these errors were encountered:
00001H
changed the title
IntelliSense thinks that std::pair constructors are explicit, while they're only conditionally explicit.
IntelliSense thinks that std::pair constructors are always explicit, while they're only conditionally explicit.
Jul 19, 2023
00001H
changed the title
IntelliSense thinks that std::pair constructors are always explicit, while they're only conditionally explicit.
GCC 13: IntelliSense thinks that std::pair constructors are always explicit, while they're only conditionally explicit.
Jul 19, 2023
@00001H
We determined this is a duplicate of #11038 where we have other related issues with GCC 13 and have filed bugs against our IntelliSense engine code based that is shared with Visual Studio.
Verified that this does not repro with fix that is pending for release.
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
Steps to reproduce:
It is verified that the compiler path is VALID and points to
MSYS2 GCC 13.1.0
.Actual compilation is successful without errors or warnings.
Expected behavior:
Consistent with compiler output and does not produce errors.
Configuration and Logs
My
c_cpp_properties.json
:Log diagnostics:
Language server logging:
Other Extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: