Skip to content

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

Open
@portlandhodl

Description

@portlandhodl

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

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

Todo

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions