-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Closed as not planned
[Syntax] "no instance of function template \"LogPrintFormatInternal\" matches the argument list",#13668
Bug
Copy link
Labels
Language Servicebugmore info neededThe issue report is not actionable in its current stateThe issue report is not actionable in its current state
Milestone
Description
Environment
- OS and Version: Ubuntu Server 22.04
- VS Code Version: Latest
- C/C++ Extension Version: Latest
- If using SSH remote, specify OS of remote machine: Ubuntu Server 22.04
Bug Summary and Steps to Reproduce
Bug Summary: When working with the Bitcoin Core codebase there are multiple errors reported that are not actually a problem when compiling
Configuration and Logs
[{
"resource": "/home/qrsnap/git/bitcoin/src/envelope_store.cpp",
"owner": "C/C++: IntelliSense",
"code": "304",
"severity": 8,
"message": "no instance of function template \"LogPrintFormatInternal\" matches the argument list",
"source": "C/C++",
"startLineNumber": 52,
"startColumn": 13,
"endLineNumber": 52,
"endColumn": 22,
"relatedInformation": [
{
"startLineNumber": 52,
"startColumn": 13,
"endLineNumber": 52,
"endColumn": 22,
"message": "argument types are: (const char [21], const char [58], int, BCLog::LogFlags, BCLog::Level, const char [61], const char *)",
"resource": "/home/qrsnap/git/bitcoin/src/envelope_store.cpp"
}
]
}]Other Extensions
No response
Additional context
Metadata
Metadata
Assignees
Labels
Language Servicebugmore info neededThe issue report is not actionable in its current stateThe issue report is not actionable in its current state
Type
Projects
Status
Done