Skip to content

io_info: Fix ambiguous call to format_to.#786

Open
vbrunini wants to merge 1 commit intosandialabs:masterfrom
vbrunini:fix_ambiguous_format_to
Open

io_info: Fix ambiguous call to format_to.#786
vbrunini wants to merge 1 commit intosandialabs:masterfrom
vbrunini:fix_ambiguous_format_to

Conversation

@vbrunini
Copy link
Copy Markdown
Contributor

@vbrunini vbrunini commented Feb 3, 2026

A clang 18 w/libstdc++ from gcc 14 build reported these calls as ambiguous between the fmt function and the std::format function. Explicitly adding the fmt:: qualification avoids the issue.

A clang 18 w/libstdc++ from gcc 14 build reported these calls as
ambiguous between the fmt function and the std::format function.
Explicitly adding the fmt:: qualification avoids the issue.
@vbrunini
Copy link
Copy Markdown
Contributor Author

vbrunini commented Feb 3, 2026

@tokusanya

@tokusanya tokusanya self-assigned this Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants