You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -532,6 +533,43 @@ Concepts are also provided by the standard library for building more complicated
532
533
533
534
See also: [concepts](#concepts).
534
535
536
+
### Formatting library
537
+
Combine the simplicity of `printf` with the type-safety of `iostream`. Uses braces as placeholders, and supports custom formatting similar to printf-style specifiers.
@@ -636,6 +637,43 @@ Concepts are also provided by the standard library for building more complicated
636
637
637
638
See also: [concepts](#concepts).
638
639
640
+
### Formatting library
641
+
Combine the simplicity of `printf` with the type-safety of `iostream`. Uses braces as placeholders, and supports custom formatting similar to printf-style specifiers.
0 commit comments