List Question
20 TechQA 2024-03-27T21:01:10.907000unicode symbol breaks formatting in c++20
76 views
Asked by Alexey R.
In C++ how do I pass captured args to a nested lambda that uses std::format? (without getting an error)
49 views
Asked by user5406764
Building query dynamically with fmt or std::format
73 views
Asked by Sam
How can I transform types from a variadic argument before sending to std::vformat
87 views
Asked by Jahrenski
Address sanitizer stack-use-after-scope with std::format_args
117 views
Asked by Jonathan Geisler
Optimizing out a VS 2022 dependency in a Github CI action
114 views
Asked by Goubermouche
How do I check at compile-time if there's enough `{}` placeholders for all arguments?
384 views
Asked by HolyBlackCat
Custom formatter for std::format for std::wstring GCC
238 views
Asked by Flip
Using std::format when importing <iostream> and <format> at the same time caused a SIGSEGV fault
156 views
Asked by Ingnary
How do I use std::formatter directly?
522 views
Asked by HolyBlackCat
Possibility for fstring-like code in C++ using meta-programming
449 views
Asked by paxdiablo
Why does std::format and std::vformat take forwarding references for its arguments?
274 views
Asked by Péter Farkas
How can I make custom parsing in user defined std::formatter without loosing standard formatting
257 views
Asked by Generic Name
Using std::format for formatting char8_t, char16_t and char32_t texts in C++ 20
637 views
Asked by Zole
std::format compile time checks if possible, run time otherwise
289 views
Asked by sigy
std::formatter c++ 20 with union and struct
133 views
Asked by Raffaello
Using std::format with custom types
509 views
Asked by DailyLearner
Exception message with C++20 format
420 views
Asked by Nico Engels
Inserting Characters in Placeholder in `std::format`
189 views
Asked by ENIAC
c++ std::format from <format> module crashes the program
134 views
Asked by Sun of A beach