formatxx
                                
                                
                                
                                    formatxx copied to clipboard
                            
                            
                            
                        C++ string formatting library
                                            Results
                                            
                                                2
                                            
                                            formatxx issues
                                        
                                        Sort by
                                                recently updated
                                            recently updated
                                                
                                                newest added
                                                
                                            I like the library but using it with GCC 9 results in a large amount of warnings about initializer_lists. All the warnings are roughly the same as: ``` In file...
Say you have a template ``"Hello {0} test {1}`` And a vector ``std::vector{"Bill", "Bob"}`` How do you apply the vector to the format string?