 
            
            
            
            
                9 Oct
                
                    2025
                
            
            
                9 Oct
                
                '25
                
            
            
            
        
    
                7:44 p.m.
            
        On 10/7/2025 10:15 AM, Gennaro Prota wrote: [...]
c) Always behave as if using std::format(), even in pre-C++26 builds (breaking change).
Thanks everyone for your input. It seems that c) is the winner. There's a problem though: I imagined implementing it using Boost.Charconv, but that only supports char, not wchar_t. Any idea on how to implement it for wchar_t without making it totally inefficient? -- Gennaro Prota <https://prota.dev>