vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

[Syntax] "no instance of function template \"LogPrintFormatInternal\" matches the argument list",

Open portlandhodl opened this issue 6 months ago • 1 comments

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

repo source code

portlandhodl avatar Jun 04 '25 05:06 portlandhodl

@portlandhodl What branch are you using? I don't see the file envelope_store.cpp.

sean-mcmanus avatar Jun 04 '25 21:06 sean-mcmanus

This issue has been closed because it needs more information and has not had recent activity.

github-actions[bot] avatar Aug 01 '25 11:08 github-actions[bot]