Lines Matching full:github

8   (https://github.com/fmtlib/fmt/issues/4054,
9 https://github.com/fmtlib/fmt/issues/4060).
12 `fmt::format_to` (https://github.com/fmtlib/fmt/issues/4070).
15 (https://github.com/fmtlib/fmt/issues/4053,
16 https://github.com/fmtlib/fmt/pull/4057). Thanks @Arghnews.
19 `std::string_view` (https://github.com/fmtlib/fmt/issues/4036,
20 https://github.com/fmtlib/fmt/pull/4055). Thanks @Arghnews.
23 (https://github.com/fmtlib/fmt/issues/4049,
24 https://github.com/fmtlib/fmt/pull/4056). Thanks @Arghnews.
27 (https://github.com/fmtlib/fmt/issues/4052).
30 iterator category (https://github.com/fmtlib/fmt/issues/4079).
35 (https://github.com/fmtlib/fmt/issues/4047).
38 (https://github.com/fmtlib/fmt/issues/4051).
40 - Fixed deprecated `visit_format_arg` (https://github.com/fmtlib/fmt/pull/4043).
44 (https://github.com/fmtlib/fmt/pull/4034,
45 https://github.com/fmtlib/fmt/pull/4050). Thanks @tesch1 and @phprus.
48 (https://github.com/fmtlib/fmt/pull/4042). Thanks @toge.
51 (https://github.com/fmtlib/fmt/pull/4040). Thanks @phprus.
83 (https://github.com/fmtlib/fmt/issues/3990,
84 https://github.com/fmtlib/fmt/pull/3991,
85 https://github.com/fmtlib/fmt/issues/3993,
86 https://github.com/fmtlib/fmt/pull/3994,
87 https://github.com/fmtlib/fmt/pull/3997,
88 https://github.com/fmtlib/fmt/pull/3998,
89 https://github.com/fmtlib/fmt/pull/4004,
90 https://github.com/fmtlib/fmt/pull/4005,
91 https://github.com/fmtlib/fmt/pull/4006,
92 https://github.com/fmtlib/fmt/pull/4013,
93 https://github.com/fmtlib/fmt/pull/4027,
94 https://github.com/fmtlib/fmt/pull/4029). In particular, native CMake support
98 the `FMT_IMPORT_STD` macro (https://github.com/fmtlib/fmt/issues/3921,
99 https://github.com/fmtlib/fmt/pull/3928). Thanks @matt77hias.
103 (https://github.com/fmtlib/fmt/pull/3970,
104 https://github.com/fmtlib/fmt/pull/3999).
128 (https://github.com/fmtlib/fmt/pull/3805).
149 (https://github.com/fmtlib/fmt/pull/3834). Thanks @dominicpoeschko.
152 (https://github.com/fmtlib/fmt/issues/1467,
153 https://github.com/fmtlib/fmt/issues/3886,
154 https://github.com/fmtlib/fmt/pull/3892,
155 https://github.com/fmtlib/fmt/pull/3900). Thanks @phprus.
158 (https://github.com/fmtlib/fmt/pull/3978). Thanks @matt77hias.
161 and allocators (https://github.com/fmtlib/fmt/issues/3938,
162 https://github.com/fmtlib/fmt/pull/3943). Thanks @dieram3.
166 (https://github.com/fmtlib/fmt/issues/3758,
167 https://github.com/fmtlib/fmt/issues/3772,
168 https://github.com/fmtlib/fmt/pull/3906,
169 https://github.com/fmtlib/fmt/pull/3913). For example:
182 …<img width="306" alt="image" src="https://github.com/fmtlib/fmt/assets/576385/6e395f8b-451a-4cf7-b…
186 - Fixed handling of precision in `%S` (https://github.com/fmtlib/fmt/issues/3794,
187 https://github.com/fmtlib/fmt/pull/3814). Thanks @js324.
191 (https://github.com/fmtlib/fmt/pull/3976). Thanks @ZaheenJ.
194 apply to subsequent specifiers (https://github.com/fmtlib/fmt/issues/3811,
195 https://github.com/fmtlib/fmt/pull/3812). Thanks @phprus.
198 (https://github.com/fmtlib/fmt/issues/3282).
201 (https://github.com/fmtlib/fmt/issues/3857,
202 https://github.com/fmtlib/fmt/pull/3863). Thanks @js324.
205 (https://github.com/fmtlib/fmt/pull/3973,
206 https://github.com/fmtlib/fmt/pull/4024). Thanks @matt77hias.
209 (https://github.com/fmtlib/fmt/issues/3813,
210 https://github.com/fmtlib/fmt/pull/3824). Thanks @bbolli.
213 (https://github.com/fmtlib/fmt/pull/3798). Thanks @phprus.
216 (https://github.com/fmtlib/fmt/issues/3752,
217 https://github.com/fmtlib/fmt/pull/3800,
218 https://github.com/fmtlib/fmt/pull/3955). Thanks @tcbrindle and @Arghnews.
221 (https://github.com/fmtlib/fmt/issues/3802,
222 https://github.com/fmtlib/fmt/pull/3946). Thanks @Arghnews.
228 (https://github.com/fmtlib/fmt/issues/3839,
229 https://github.com/fmtlib/fmt/pull/3964). Thanks @Arghnews.
231 - Added an `fmt::formattable` concept (https://github.com/fmtlib/fmt/pull/3974).
234 - Added support for `__float128` (https://github.com/fmtlib/fmt/issues/3494).
237 (https://github.com/fmtlib/fmt/issues/3539).
240 (https://github.com/fmtlib/fmt/issues/3948,
241 https://github.com/fmtlib/fmt/pull/3951). Thanks @alexdewar.
244 (https://github.com/fmtlib/fmt/pull/3804). Thanks @phprus.
253 (https://github.com/fmtlib/fmt/issues/4000,
254 https://github.com/fmtlib/fmt/pull/4001). Thanks @yujincheng08.
257 (https://github.com/fmtlib/fmt/pull/3808). Thanks @waywardmonkeys.
260 with `std::format` (https://github.com/fmtlib/fmt/issues/3447).
266 (https://github.com/fmtlib/fmt/pull/3846). Thanks @dalle.
269 (https://github.com/fmtlib/fmt/issues/3891,
270 https://github.com/fmtlib/fmt/pull/3901). Thanks @phprus.
273 (https://github.com/fmtlib/fmt/pull/3945). Thanks @marlenecota.
276 (https://github.com/fmtlib/fmt/issues/3817).
279 fixed moved construction (https://github.com/fmtlib/fmt/pull/3833).
283 (https://github.com/fmtlib/fmt/issues/3858,
284 https://github.com/fmtlib/fmt/pull/3859). Thanks @g199209.
286 - Added RTTI detection for MSVC (https://github.com/fmtlib/fmt/pull/3821,
287 https://github.com/fmtlib/fmt/pull/3963). Thanks @edo9300.
292 (https://github.com/fmtlib/fmt/issues/3775,
293 https://github.com/fmtlib/fmt/pull/3784,
294 https://github.com/fmtlib/fmt/issues/3788,
295 https://github.com/fmtlib/fmt/pull/3789,
296 https://github.com/fmtlib/fmt/pull/3793,
297 https://github.com/fmtlib/fmt/issues/3818,
298 https://github.com/fmtlib/fmt/pull/3820,
299 https://github.com/fmtlib/fmt/pull/3822,
300 https://github.com/fmtlib/fmt/pull/3843,
301 https://github.com/fmtlib/fmt/pull/3890,
302 https://github.com/fmtlib/fmt/issues/3894,
303 https://github.com/fmtlib/fmt/pull/3895,
304 https://github.com/fmtlib/fmt/pull/3905,
305 https://github.com/fmtlib/fmt/issues/3942,
306 https://github.com/fmtlib/fmt/pull/4008).
311 (https://github.com/fmtlib/fmt/issues/3878,
312 https://github.com/fmtlib/fmt/pull/3883,
313 https://github.com/fmtlib/fmt/issues/3897,
314 https://github.com/fmtlib/fmt/pull/3979,
315 https://github.com/fmtlib/fmt/pull/3980,
316 https://github.com/fmtlib/fmt/pull/3988,
317 https://github.com/fmtlib/fmt/pull/4010,
318 https://github.com/fmtlib/fmt/pull/4012,
319 https://github.com/fmtlib/fmt/pull/4038).
323 and `std::back_insert_iterator` (https://github.com/fmtlib/fmt/issues/3795,
324 https://github.com/fmtlib/fmt/pull/3797). Thanks @phprus.
327 (https://github.com/fmtlib/fmt/pull/3792,
328 https://github.com/fmtlib/fmt/pull/3801,
329 https://github.com/fmtlib/fmt/pull/3962,
330 https://github.com/fmtlib/fmt/pull/3965). Thanks @Vertexwahn.
333 (https://github.com/fmtlib/fmt/issues/3777,
334 https://github.com/fmtlib/fmt/pull/3783,
335 https://github.com/fmtlib/fmt/issues/3847,
336 https://github.com/fmtlib/fmt/pull/3907). Thanks @phprus and @xTachyon.
339 (https://github.com/fmtlib/fmt/issues/3685,
340 https://github.com/fmtlib/fmt/issues/3769,
341 https://github.com/fmtlib/fmt/issues/3796,
342 https://github.com/fmtlib/fmt/issues/3803,
343 https://github.com/fmtlib/fmt/pull/3806,
344 https://github.com/fmtlib/fmt/pull/3807,
345 https://github.com/fmtlib/fmt/issues/3809,
346 https://github.com/fmtlib/fmt/pull/3810,
347 https://github.com/fmtlib/fmt/issues/3830,
348 https://github.com/fmtlib/fmt/pull/3832,
349 https://github.com/fmtlib/fmt/issues/3835,
350 https://github.com/fmtlib/fmt/pull/3844,
351 https://github.com/fmtlib/fmt/issues/3854,
352 https://github.com/fmtlib/fmt/pull/3856,
353 https://github.com/fmtlib/fmt/pull/3865,
354 https://github.com/fmtlib/fmt/pull/3866,
355 https://github.com/fmtlib/fmt/pull/3880,
356 https://github.com/fmtlib/fmt/issues/3881,
357 https://github.com/fmtlib/fmt/issues/3884,
358 https://github.com/fmtlib/fmt/issues/3898,
359 https://github.com/fmtlib/fmt/pull/3899,
360 https://github.com/fmtlib/fmt/pull/3909,
361 https://github.com/fmtlib/fmt/pull/3917,
362 https://github.com/fmtlib/fmt/pull/3923,
363 https://github.com/fmtlib/fmt/pull/3924,
364 https://github.com/fmtlib/fmt/issues/3925,
365 https://github.com/fmtlib/fmt/pull/3930,
366 https://github.com/fmtlib/fmt/pull/3931,
367 https://github.com/fmtlib/fmt/pull/3933,
368 https://github.com/fmtlib/fmt/issues/3935,
369 https://github.com/fmtlib/fmt/pull/3937,
370 https://github.com/fmtlib/fmt/pull/3967,
371 https://github.com/fmtlib/fmt/pull/3968,
372 https://github.com/fmtlib/fmt/pull/3972,
373 https://github.com/fmtlib/fmt/pull/3983,
374 https://github.com/fmtlib/fmt/issues/3992,
375 https://github.com/fmtlib/fmt/pull/3995,
376 https://github.com/fmtlib/fmt/pull/4009,
377 https://github.com/fmtlib/fmt/pull/4023).
385 (https://github.com/fmtlib/fmt/issues/3785,
386 https://github.com/fmtlib/fmt/pull/3786). Thanks @saraedum.
391 `std::chrono::duration` (https://github.com/fmtlib/fmt/issues/3643,
392 https://github.com/fmtlib/fmt/pull/3732). Thanks @intelfx.
396 (https://github.com/fmtlib/fmt/issues/3662,
397 https://github.com/fmtlib/fmt/pull/3664).
411 (https://github.com/fmtlib/fmt/issues/3725,
412 https://github.com/fmtlib/fmt/pull/3727). Thanks @cschreib.
415 (https://github.com/fmtlib/fmt/pull/3730).
436 (https://github.com/fmtlib/fmt/pull/3660).
482 (https://github.com/fmtlib/fmt/issues/3715,
483 https://github.com/fmtlib/fmt/pull/3729). For example:
499 (https://github.com/fmtlib/fmt/pull/3739). Thanks @tchaikov.
502 (https://github.com/fmtlib/fmt/issues/3284).
505 (https://github.com/fmtlib/fmt/issues/3684).
508 (https://github.com/fmtlib/fmt/issues/3625):
518 (https://github.com/fmtlib/fmt/issues/3706).
521 (https://github.com/fmtlib/fmt/issues/3726,
522 https://github.com/fmtlib/fmt/pull/3734). Thanks @js324.
526 (https://github.com/fmtlib/fmt/issues/3460).
529 (https://github.com/fmtlib/fmt/issues/3693,
530 https://github.com/fmtlib/fmt/pull/3750). Thanks @js324.
533 (https://github.com/fmtlib/fmt/issues/3674).
537 (https://github.com/fmtlib/fmt/pull/3668,
538 https://github.com/fmtlib/fmt/issues/3688,
539 https://github.com/fmtlib/fmt/pull/3689).
543 library (https://github.com/fmtlib/fmt/issues/3626,
544 https://github.com/fmtlib/fmt/pull/3627). Thanks @phprus.
547 (https://github.com/fmtlib/fmt/pull/3650). Thanks @muggenhor.
550 (https://github.com/fmtlib/fmt/issues/4031,
551 https://github.com/fmtlib/fmt/pull/4032). Thanks @dixlorenz.
554 (https://github.com/fmtlib/fmt/pull/3757). Thanks @phprus.
557 (https://github.com/fmtlib/fmt/issues/3631,
558 https://github.com/fmtlib/fmt/pull/3636). Thanks @glebm.
561 (https://github.com/fmtlib/fmt/pull/3679,
562 https://github.com/fmtlib/fmt/issues/3701,
563 https://github.com/fmtlib/fmt/pull/3702,
564 https://github.com/fmtlib/fmt/pull/3749).
568 (https://github.com/fmtlib/fmt/issues/3607,
569 https://github.com/fmtlib/fmt/pull/3610,
570 https://github.com/fmtlib/fmt/pull/3624,
571 https://github.com/fmtlib/fmt/pull/3630,
572 https://github.com/fmtlib/fmt/pull/3634,
573 https://github.com/fmtlib/fmt/pull/3638,
574 https://github.com/fmtlib/fmt/issues/3645,
575 https://github.com/fmtlib/fmt/issues/3646,
576 https://github.com/fmtlib/fmt/pull/3647,
577 https://github.com/fmtlib/fmt/pull/3652,
578 https://github.com/fmtlib/fmt/issues/3654,
579 https://github.com/fmtlib/fmt/pull/3663,
580 https://github.com/fmtlib/fmt/issues/3670,
581 https://github.com/fmtlib/fmt/pull/3680,
582 https://github.com/fmtlib/fmt/issues/3694,
583 https://github.com/fmtlib/fmt/pull/3695,
584 https://github.com/fmtlib/fmt/pull/3699,
585 https://github.com/fmtlib/fmt/issues/3705,
586 https://github.com/fmtlib/fmt/issues/3710,
587 https://github.com/fmtlib/fmt/issues/3712,
588 https://github.com/fmtlib/fmt/pull/3713,
589 https://github.com/fmtlib/fmt/issues/3714,
590 https://github.com/fmtlib/fmt/pull/3716,
591 https://github.com/fmtlib/fmt/pull/3723,
592 https://github.com/fmtlib/fmt/issues/3738,
593 https://github.com/fmtlib/fmt/issues/3740,
594 https://github.com/fmtlib/fmt/pull/3741,
595 https://github.com/fmtlib/fmt/pull/3743,
596 https://github.com/fmtlib/fmt/issues/3745,
597 https://github.com/fmtlib/fmt/pull/3747,
598 https://github.com/fmtlib/fmt/pull/3748,
599 https://github.com/fmtlib/fmt/pull/3751,
600 https://github.com/fmtlib/fmt/pull/3754,
601 https://github.com/fmtlib/fmt/pull/3755,
602 https://github.com/fmtlib/fmt/issues/3760,
603 https://github.com/fmtlib/fmt/pull/3762,
604 https://github.com/fmtlib/fmt/issues/3763,
605 https://github.com/fmtlib/fmt/pull/3764,
606 https://github.com/fmtlib/fmt/issues/3774,
607 https://github.com/fmtlib/fmt/pull/3779).
614 (https://github.com/fmtlib/fmt/issues/2086,
615 https://github.com/fmtlib/fmt/issues/3637,
616 https://github.com/fmtlib/fmt/pull/3642,
617 https://github.com/fmtlib/fmt/pull/3653,
618 https://github.com/fmtlib/fmt/pull/3655,
619 https://github.com/fmtlib/fmt/pull/3661,
620 https://github.com/fmtlib/fmt/issues/3673,
621 https://github.com/fmtlib/fmt/pull/3677,
622 https://github.com/fmtlib/fmt/pull/3737,
623 https://github.com/fmtlib/fmt/issues/3742,
624 https://github.com/fmtlib/fmt/pull/3744).
628 (https://github.com/fmtlib/fmt/pull/3615,
629 https://github.com/fmtlib/fmt/pull/3622,
630 https://github.com/fmtlib/fmt/pull/3623,
631 https://github.com/fmtlib/fmt/pull/3666,
632 https://github.com/fmtlib/fmt/pull/3696,
633 https://github.com/fmtlib/fmt/pull/3697,
634 https://github.com/fmtlib/fmt/pull/3759,
635 https://github.com/fmtlib/fmt/pull/3782).
640 (https://github.com/fmtlib/fmt/pull/3574,
641 https://github.com/fmtlib/fmt/pull/3594).
645 (https://github.com/fmtlib/fmt/issues/3584).
647 (https://github.com/fmtlib/fmt/issues/3587,
648 https://github.com/fmtlib/fmt/pull/3597,
649 https://github.com/fmtlib/fmt/pull/3605).
652 overloads (https://github.com/fmtlib/fmt/pull/3575). Thanks @phprus.
654 compile time (https://github.com/fmtlib/fmt/pull/3591).
657 (https://github.com/fmtlib/fmt/pull/3599). Thanks @lukester1975.
659 (https://github.com/fmtlib/fmt/issues/3598,
660 https://github.com/fmtlib/fmt/pull/3599). Thanks @YuHuanTin.
662 (https://github.com/fmtlib/fmt/issues/3530,
663 https://github.com/fmtlib/fmt/pull/3571). Thanks @joycebrum.
665 (https://github.com/fmtlib/fmt/pull/3591,
666 https://github.com/fmtlib/fmt/pull/3592,
667 https://github.com/fmtlib/fmt/pull/3593,
668 https://github.com/fmtlib/fmt/pull/3602).
675 (https://github.com/fmtlib/fmt/issues/3133,
676 https://github.com/fmtlib/fmt/issues/3484).
695 (https://github.com/fmtlib/fmt/pull/3485). Thanks @Minty-Meeo.
699 (https://github.com/fmtlib/fmt/issues/3567,
700 https://github.com/fmtlib/fmt/pull/3570). For example
717 (https://github.com/fmtlib/fmt/issues/3556,
718 https://github.com/fmtlib/fmt/pull/3561). Thanks @5chmidti.
722 (https://github.com/fmtlib/fmt/pull/3430). Thanks @patlkli.
725 (https://github.com/fmtlib/fmt/pull/3432). Thanks @timsong-cpp.
728 (https://github.com/fmtlib/fmt/issues/3526).
734 (https://github.com/fmtlib/fmt/pull/3478). Thanks @BRevzin.
737 (https://github.com/fmtlib/fmt/pull/3448,
738 https://github.com/fmtlib/fmt/pull/3450).
742 (https://github.com/fmtlib/fmt/issues/3539,
743 https://github.com/fmtlib/fmt/issues/3564).
746 (https://github.com/fmtlib/fmt/issues/3337,
747 https://github.com/fmtlib/fmt/issues/3433,
748 https://github.com/fmtlib/fmt/pull/3434). Thanks @phprus.
754 (https://github.com/fmtlib/fmt/pull/3551). Thanks @mjerabek.
758 (https://github.com/fmtlib/fmt/issues/3418,
759 https://github.com/fmtlib/fmt/pull/3439). Thanks @BRevzin.
763 (https://github.com/fmtlib/fmt/pull/3457,
764 https://github.com/fmtlib/fmt/pull/3476). Thanks @gix and @hmbj.
775 (https://github.com/fmtlib/fmt/pull/3468). Thanks @danakj.
778 (https://github.com/fmtlib/fmt/pull/3467). Thanks @wenshan1.
781 (https://github.com/fmtlib/fmt/issues/3174,
782 https://github.com/fmtlib/fmt/issues/3423,
783 https://github.com/fmtlib/fmt/pull/3454,
784 https://github.com/fmtlib/fmt/issues/3458,
785 https://github.com/fmtlib/fmt/pull/3461,
786 https://github.com/fmtlib/fmt/issues/3487,
787 https://github.com/fmtlib/fmt/pull/3515).
791 (https://github.com/fmtlib/fmt/issues/3449,
792 https://github.com/fmtlib/fmt/pull/3451,
793 https://github.com/fmtlib/fmt/pull/3452,
794 https://github.com/fmtlib/fmt/pull/3453,
795 https://github.com/fmtlib/fmt/pull/3459,
796 https://github.com/fmtlib/fmt/issues/3481,
797 https://github.com/fmtlib/fmt/pull/3486,
798 https://github.com/fmtlib/fmt/issues/3489,
799 https://github.com/fmtlib/fmt/pull/3496,
800 https://github.com/fmtlib/fmt/issues/3517,
801 https://github.com/fmtlib/fmt/pull/3523,
802 https://github.com/fmtlib/fmt/pull/3563).
806 (https://github.com/fmtlib/fmt/issues/3408,
807 https://github.com/fmtlib/fmt/issues/3424,
808 https://github.com/fmtlib/fmt/issues/3444,
809 https://github.com/fmtlib/fmt/pull/3446,
810 https://github.com/fmtlib/fmt/pull/3475,
811 https://github.com/fmtlib/fmt/pull/3482,
812 https://github.com/fmtlib/fmt/issues/3492,
813 https://github.com/fmtlib/fmt/pull/3493,
814 https://github.com/fmtlib/fmt/pull/3508,
815 https://github.com/fmtlib/fmt/issues/3509,
816 https://github.com/fmtlib/fmt/issues/3533,
817 https://github.com/fmtlib/fmt/pull/3542,
818 https://github.com/fmtlib/fmt/issues/3543,
819 https://github.com/fmtlib/fmt/issues/3540,
820 https://github.com/fmtlib/fmt/pull/3544,
821 https://github.com/fmtlib/fmt/issues/3548,
822 https://github.com/fmtlib/fmt/pull/3549,
823 https://github.com/fmtlib/fmt/pull/3550,
824 https://github.com/fmtlib/fmt/pull/3552).
831 given precision (https://github.com/fmtlib/fmt/issues/3262,
832 https://github.com/fmtlib/fmt/issues/2750,
833 https://github.com/fmtlib/fmt/pull/3269,
834 https://github.com/fmtlib/fmt/pull/3276). The new algorithm
848 implementation (https://github.com/fmtlib/fmt/pull/3179,
849 https://github.com/fmtlib/fmt/pull/3203). This removes the
853 (https://github.com/fmtlib/fmt/issues/3263,
854 https://github.com/fmtlib/fmt/pull/3272). Thanks @ShawnZhong.
859 (https://github.com/fmtlib/fmt/pull/3134,
860 https://github.com/fmtlib/fmt/pull/3254,
861 https://github.com/fmtlib/fmt/pull/3386,
862 https://github.com/fmtlib/fmt/pull/3387,
863 https://github.com/fmtlib/fmt/pull/3388,
864 https://github.com/fmtlib/fmt/pull/3392,
865 https://github.com/fmtlib/fmt/pull/3397,
866 https://github.com/fmtlib/fmt/pull/3399,
867 https://github.com/fmtlib/fmt/pull/3400).
870 - Switched to the [modules CMake library](https://github.com/vitaut/modules)
898 (https://github.com/fmtlib/fmt/issues/3237,
899 https://github.com/fmtlib/fmt/pull/3260,
900 https://github.com/fmtlib/fmt/pull/3275). For example
915 (https://github.com/fmtlib/fmt/issues/2207,
916 https://github.com/fmtlib/fmt/issues/3117,
917 https://github.com/fmtlib/fmt/pull/3115,
918 https://github.com/fmtlib/fmt/pull/3143,
919 https://github.com/fmtlib/fmt/pull/3144,
920 https://github.com/fmtlib/fmt/pull/3349). For example
935 (https://github.com/fmtlib/fmt/pull/3148). Thanks @SappyJoy
938 (https://github.com/fmtlib/fmt/issues/3098,
939 https://github.com/fmtlib/fmt/pull/3110). Thanks @patrickroocks.
943 (https://github.com/fmtlib/fmt/issues/3199,
944 https://github.com/fmtlib/fmt/pull/3230). Thanks @ned14.
947 (https://github.com/fmtlib/fmt/issues/3220,
948 https://github.com/fmtlib/fmt/pull/3222). Thanks @phprus.
951 (https://github.com/fmtlib/fmt/issues/3219,
952 https://github.com/fmtlib/fmt/pull/3232). Thanks @ShawnZhong.
955 (https://github.com/fmtlib/fmt/issues/3117,
956 https://github.com/fmtlib/fmt/pull/3261). For example
973 (https://github.com/fmtlib/fmt/issues/2959,
974 https://github.com/fmtlib/fmt/pull/3271). Thanks @ShawnZhong.
977 (https://github.com/fmtlib/fmt/issues/2977,
978 https://github.com/fmtlib/fmt/issues/3012,
979 https://github.com/fmtlib/fmt/pull/3062,
980 https://github.com/fmtlib/fmt/pull/3076,
981 https://github.com/fmtlib/fmt/pull/3119). For example
1004 (https://github.com/fmtlib/fmt/pull/3125). Thanks @phprus.
1008 (https://github.com/fmtlib/fmt/issues/3215,
1009 https://github.com/fmtlib/fmt/pull/3279). For example
1027 (https://github.com/fmtlib/fmt/issues/1367,
1028 https://github.com/fmtlib/fmt/pull/3303).
1032 (https://github.com/fmtlib/fmt/pull/3347). Thanks @TheOmegaCarrot.
1035 (https://github.com/fmtlib/fmt/pull/3177). Thanks @hmbj.
1038 (https://github.com/fmtlib/fmt/pull/3158
1039 https://github.com/fmtlib/fmt/issues/3286,
1040 https://github.com/fmtlib/fmt/pull/3290). Thanks @BRevzin.
1043 (https://github.com/fmtlib/fmt/issues/3319,
1044 https://github.com/fmtlib/fmt/pull/3321
1045 https://github.com/fmtlib/fmt/issues/3322). Thanks @phprus.
1050 (https://github.com/fmtlib/fmt/pull/3331). Thanks @cloyce.
1053 (https://github.com/fmtlib/fmt/issues/3105,
1054 https://github.com/fmtlib/fmt/pull/3214). Thanks @rbrich.
1057 (https://github.com/fmtlib/fmt/issues/3236,
1058 https://github.com/fmtlib/fmt/pull/3248). Thanks @ShawnZhong.
1061 (https://github.com/fmtlib/fmt/issues/3234,
1062 https://github.com/fmtlib/fmt/pull/3293). Thanks @Fros1er.
1065 (https://github.com/fmtlib/fmt/pull/3416). Thanks @phprus.
1068 facet (https://github.com/fmtlib/fmt/issues/1861). For
1080 (https://github.com/fmtlib/fmt/issues/3084,
1081 https://github.com/fmtlib/fmt/pull/3087). Thanks @gerboengels.
1087 (https://github.com/fmtlib/fmt/issues/3241,
1088 https://github.com/fmtlib/fmt/pull/3244). Thanks @phprus.
1091 (https://github.com/fmtlib/fmt/pull/3080). Thanks @phprus.
1095 (https://github.com/fmtlib/fmt/pull/3111). Thanks @huangqinjin.
1098 (https://github.com/fmtlib/fmt/pull/3267). Thanks @ShawnZhong.
1104 (https://github.com/fmtlib/fmt/issues/3108,
1105 https://github.com/fmtlib/fmt/issues/3169,
1106 https://github.com/fmtlib/fmt/pull/3243).
1107 https://github.com/fmtlib/fmt/pull/3404,
1108 https://github.com/fmtlib/fmt/pull/4002).
1112 (https://github.com/fmtlib/fmt/pull/3118,
1113 https://github.com/fmtlib/fmt/pull/3120,
1114 https://github.com/fmtlib/fmt/pull/3188,
1115 https://github.com/fmtlib/fmt/issues/3189,
1116 https://github.com/fmtlib/fmt/pull/3198,
1117 https://github.com/fmtlib/fmt/pull/3205,
1118 https://github.com/fmtlib/fmt/pull/3207,
1119 https://github.com/fmtlib/fmt/pull/3210,
1120 https://github.com/fmtlib/fmt/pull/3240,
1121 https://github.com/fmtlib/fmt/pull/3256,
1122 https://github.com/fmtlib/fmt/pull/3264,
1123 https://github.com/fmtlib/fmt/issues/3299,
1124 https://github.com/fmtlib/fmt/pull/3302,
1125 https://github.com/fmtlib/fmt/pull/3312,
1126 https://github.com/fmtlib/fmt/issues/3317,
1127 https://github.com/fmtlib/fmt/pull/3328,
1128 https://github.com/fmtlib/fmt/pull/3333,
1129 https://github.com/fmtlib/fmt/pull/3369,
1130 https://github.com/fmtlib/fmt/issues/3373,
1131 https://github.com/fmtlib/fmt/pull/3395,
1132 https://github.com/fmtlib/fmt/pull/3406,
1133 https://github.com/fmtlib/fmt/pull/3411).
1139 (`{:}`) (https://github.com/fmtlib/fmt/pull/3086). Thanks @oxidase.
1143 (https://github.com/fmtlib/fmt/issues/3247,
1144 https://github.com/fmtlib/fmt/pull/3281). Thanks @phprus.
1147 (https://github.com/fmtlib/fmt/pull/3068).
1150 (https://github.com/fmtlib/fmt/pull/3057,
1151 https://github.com/fmtlib/fmt/pull/3066,
1152 https://github.com/fmtlib/fmt/pull/3072,
1153 https://github.com/fmtlib/fmt/pull/3082,
1154 https://github.com/fmtlib/fmt/pull/3091,
1155 https://github.com/fmtlib/fmt/issues/3092,
1156 https://github.com/fmtlib/fmt/pull/3093,
1157 https://github.com/fmtlib/fmt/pull/3095,
1158 https://github.com/fmtlib/fmt/issues/3096,
1159 https://github.com/fmtlib/fmt/pull/3097,
1160 https://github.com/fmtlib/fmt/issues/3128,
1161 https://github.com/fmtlib/fmt/pull/3129,
1162 https://github.com/fmtlib/fmt/pull/3137,
1163 https://github.com/fmtlib/fmt/pull/3139,
1164 https://github.com/fmtlib/fmt/issues/3140,
1165 https://github.com/fmtlib/fmt/pull/3142,
1166 https://github.com/fmtlib/fmt/issues/3149,
1167 https://github.com/fmtlib/fmt/pull/3150,
1168 https://github.com/fmtlib/fmt/issues/3154,
1169 https://github.com/fmtlib/fmt/issues/3163,
1170 https://github.com/fmtlib/fmt/issues/3178,
1171 https://github.com/fmtlib/fmt/pull/3184,
1172 https://github.com/fmtlib/fmt/pull/3196,
1173 https://github.com/fmtlib/fmt/issues/3204,
1174 https://github.com/fmtlib/fmt/pull/3206,
1175 https://github.com/fmtlib/fmt/pull/3208,
1176 https://github.com/fmtlib/fmt/issues/3213,
1177 https://github.com/fmtlib/fmt/pull/3216,
1178 https://github.com/fmtlib/fmt/issues/3224,
1179 https://github.com/fmtlib/fmt/issues/3226,
1180 https://github.com/fmtlib/fmt/issues/3228,
1181 https://github.com/fmtlib/fmt/pull/3229,
1182 https://github.com/fmtlib/fmt/pull/3259,
1183 https://github.com/fmtlib/fmt/issues/3274,
1184 https://github.com/fmtlib/fmt/issues/3287,
1185 https://github.com/fmtlib/fmt/pull/3288,
1186 https://github.com/fmtlib/fmt/issues/3292,
1187 https://github.com/fmtlib/fmt/pull/3295,
1188 https://github.com/fmtlib/fmt/pull/3296,
1189 https://github.com/fmtlib/fmt/issues/3298,
1190 https://github.com/fmtlib/fmt/issues/3325,
1191 https://github.com/fmtlib/fmt/pull/3326,
1192 https://github.com/fmtlib/fmt/issues/3334,
1193 https://github.com/fmtlib/fmt/issues/3342,
1194 https://github.com/fmtlib/fmt/pull/3343,
1195 https://github.com/fmtlib/fmt/issues/3351,
1196 https://github.com/fmtlib/fmt/pull/3352,
1197 https://github.com/fmtlib/fmt/pull/3362,
1198 https://github.com/fmtlib/fmt/issues/3365,
1199 https://github.com/fmtlib/fmt/pull/3366,
1200 https://github.com/fmtlib/fmt/pull/3374,
1201 https://github.com/fmtlib/fmt/issues/3377,
1202 https://github.com/fmtlib/fmt/pull/3378,
1203 https://github.com/fmtlib/fmt/issues/3381,
1204 https://github.com/fmtlib/fmt/pull/3398,
1205 https://github.com/fmtlib/fmt/pull/3413,
1206 https://github.com/fmtlib/fmt/issues/3415).
1215 (https://github.com/fmtlib/fmt/pull/3026). For example
1231 (https://github.com/fmtlib/fmt/pull/3038,
1232 https://github.com/fmtlib/fmt/pull/3044,
1233 https://github.com/fmtlib/fmt/pull/3056).
1237 (https://github.com/fmtlib/fmt/pull/2994,
1238 https://github.com/fmtlib/fmt/pull/3001,
1239 https://github.com/fmtlib/fmt/pull/3025). Thanks @dimztimz.
1243 (https://github.com/fmtlib/fmt/issues/3041).
1246 (https://github.com/fmtlib/fmt/pull/2994). Thanks @phprus.
1249 formatting ranges (https://github.com/fmtlib/fmt/pull/2981,
1250 https://github.com/fmtlib/fmt/pull/2983). For example
1266 in C++23 (https://github.com/fmtlib/fmt/issues/3030,
1267 https://github.com/fmtlib/fmt/issues/3050). Thanks @strega-nil-ms.
1270 (https://github.com/fmtlib/fmt/issues/2968,
1271 https://github.com/fmtlib/fmt/pull/2974). Thanks @Dani-Hub.
1274 (https://github.com/fmtlib/fmt/issues/3055).
1277 [Dragonbox](https://github.com/jk-jeon/dragonbox), the algorithm
1279 (https://github.com/fmtlib/fmt/pull/2984). Thanks @jk-jeon.
1284 (https://github.com/fmtlib/fmt/pull/3010). Thanks @phprus.
1287 (https://github.com/fmtlib/fmt/pull/2966,
1288 https://github.com/fmtlib/fmt/pull/3009,
1289 https://github.com/fmtlib/fmt/issues/3020,
1290 https://github.com/fmtlib/fmt/pull/3037).
1294 (https://github.com/fmtlib/fmt/pull/2991,
1295 https://github.com/fmtlib/fmt/pull/2995,
1296 https://github.com/fmtlib/fmt/issues/3004,
1297 https://github.com/fmtlib/fmt/pull/3007,
1298 https://github.com/fmtlib/fmt/pull/3040).
1302 (https://github.com/fmtlib/fmt/issues/2969,
1303 https://github.com/fmtlib/fmt/pull/2971,
1304 https://github.com/fmtlib/fmt/issues/2975,
1305 https://github.com/fmtlib/fmt/pull/2982,
1306 https://github.com/fmtlib/fmt/pull/2985,
1307 https://github.com/fmtlib/fmt/issues/2988,
1308 https://github.com/fmtlib/fmt/issues/2989,
1309 https://github.com/fmtlib/fmt/issues/3000,
1310 https://github.com/fmtlib/fmt/issues/3006,
1311 https://github.com/fmtlib/fmt/issues/3014,
1312 https://github.com/fmtlib/fmt/issues/3015,
1313 https://github.com/fmtlib/fmt/pull/3021,
1314 https://github.com/fmtlib/fmt/issues/3023,
1315 https://github.com/fmtlib/fmt/pull/3024,
1316 https://github.com/fmtlib/fmt/pull/3029,
1317 https://github.com/fmtlib/fmt/pull/3043,
1318 https://github.com/fmtlib/fmt/issues/3052,
1319 https://github.com/fmtlib/fmt/pull/3053,
1320 https://github.com/fmtlib/fmt/pull/3054).
1350 [Dragonbox](https://github.com/jk-jeon/dragonbox), the algorithm
1352 (https://github.com/fmtlib/fmt/pull/2713,
1353 https://github.com/fmtlib/fmt/pull/2750). Thanks @jk-jeon.
1412 (https://github.com/fmtlib/fmt/pull/2941). For example
1432 (https://github.com/fmtlib/fmt/issues/2865,
1433 https://github.com/fmtlib/fmt/pull/2902,
1434 https://github.com/fmtlib/fmt/issues/2917,
1435 https://github.com/fmtlib/fmt/pull/2918). For example
1466 argument (https://github.com/fmtlib/fmt/pull/2793). For
1490 (https://github.com/fmtlib/fmt/issues/2681,
1491 https://github.com/fmtlib/fmt/pull/2701). Thanks @AlexGuteniev.
1496 (https://github.com/fmtlib/fmt/pull/2673). For example
1513 (https://github.com/fmtlib/fmt/pull/2904). Thanks @phprus.
1517 (https://github.com/fmtlib/fmt/pull/2807). Thanks @rbrugo.
1520 (https://github.com/fmtlib/fmt/pull/2787). Thanks @BRevzin.
1523 (https://github.com/fmtlib/fmt/pull/2944). Thanks @BrukerJWD.
1526 (https://github.com/fmtlib/fmt/issues/2939,
1527 https://github.com/fmtlib/fmt/pull/2940). Thanks @jehelset.
1530 (https://github.com/fmtlib/fmt/issues/2719,
1531 https://github.com/fmtlib/fmt/pull/2720). Thanks @phprus.
1535 (https://github.com/fmtlib/fmt/issues/2816,
1536 https://github.com/fmtlib/fmt/issues/2817,
1537 https://github.com/fmtlib/fmt/pull/2819). Thanks @timsong-cpp.
1541 (https://github.com/fmtlib/fmt/pull/2760). Thanks @phprus.
1560 (https://github.com/fmtlib/fmt/pull/2733). Thanks @arogge.
1563 (https://github.com/fmtlib/fmt/issues/2842,
1564 https://github.com/fmtlib/fmt/pull/2843). Thanks @jcelerier.
1567 (https://github.com/fmtlib/fmt/issues/2888).
1570 (https://github.com/fmtlib/fmt/issues/2830).
1573 (https://github.com/fmtlib/fmt/issues/2773).
1576 pointers (https://github.com/fmtlib/fmt/pull/2932).
1580 (https://github.com/fmtlib/fmt/pull/2706,
1581 https://github.com/fmtlib/fmt/pull/2712,
1582 https://github.com/fmtlib/fmt/pull/2789,
1583 https://github.com/fmtlib/fmt/pull/2803,
1584 https://github.com/fmtlib/fmt/pull/2805,
1585 https://github.com/fmtlib/fmt/pull/2815,
1586 https://github.com/fmtlib/fmt/pull/2924).
1591 (https://github.com/fmtlib/fmt/pull/2766,
1592 https://github.com/fmtlib/fmt/pull/2772,
1593 https://github.com/fmtlib/fmt/pull/2836,
1594 https://github.com/fmtlib/fmt/pull/2852,
1595 https://github.com/fmtlib/fmt/pull/2907,
1596 https://github.com/fmtlib/fmt/pull/2913,
1597 https://github.com/fmtlib/fmt/pull/2914).
1602 (https://github.com/fmtlib/fmt/issues/2408,
1603 https://github.com/fmtlib/fmt/issues/2507,
1604 https://github.com/fmtlib/fmt/issues/2697,
1605 https://github.com/fmtlib/fmt/issues/2715,
1606 https://github.com/fmtlib/fmt/issues/2717,
1607 https://github.com/fmtlib/fmt/pull/2722,
1608 https://github.com/fmtlib/fmt/pull/2724,
1609 https://github.com/fmtlib/fmt/pull/2725,
1610 https://github.com/fmtlib/fmt/issues/2726,
1611 https://github.com/fmtlib/fmt/pull/2728,
1612 https://github.com/fmtlib/fmt/pull/2732,
1613 https://github.com/fmtlib/fmt/issues/2738,
1614 https://github.com/fmtlib/fmt/pull/2742,
1615 https://github.com/fmtlib/fmt/issues/2744,
1616 https://github.com/fmtlib/fmt/issues/2745,
1617 https://github.com/fmtlib/fmt/issues/2746,
1618 https://github.com/fmtlib/fmt/issues/2754,
1619 https://github.com/fmtlib/fmt/pull/2755,
1620 https://github.com/fmtlib/fmt/issues/2757,
1621 https://github.com/fmtlib/fmt/pull/2758,
1622 https://github.com/fmtlib/fmt/issues/2761,
1623 https://github.com/fmtlib/fmt/pull/2762,
1624 https://github.com/fmtlib/fmt/issues/2763,
1625 https://github.com/fmtlib/fmt/pull/2765,
1626 https://github.com/fmtlib/fmt/issues/2769,
1627 https://github.com/fmtlib/fmt/pull/2770,
1628 https://github.com/fmtlib/fmt/issues/2771,
1629 https://github.com/fmtlib/fmt/issues/2777,
1630 https://github.com/fmtlib/fmt/pull/2779,
1631 https://github.com/fmtlib/fmt/pull/2782,
1632 https://github.com/fmtlib/fmt/pull/2783,
1633 https://github.com/fmtlib/fmt/issues/2794,
1634 https://github.com/fmtlib/fmt/issues/2796,
1635 https://github.com/fmtlib/fmt/pull/2797,
1636 https://github.com/fmtlib/fmt/pull/2801,
1637 https://github.com/fmtlib/fmt/pull/2802,
1638 https://github.com/fmtlib/fmt/issues/2808,
1639 https://github.com/fmtlib/fmt/issues/2818,
1640 https://github.com/fmtlib/fmt/pull/2819,
1641 https://github.com/fmtlib/fmt/issues/2829,
1642 https://github.com/fmtlib/fmt/issues/2835,
1643 https://github.com/fmtlib/fmt/issues/2848,
1644 https://github.com/fmtlib/fmt/issues/2860,
1645 https://github.com/fmtlib/fmt/pull/2861,
1646 https://github.com/fmtlib/fmt/pull/2882,
1647 https://github.com/fmtlib/fmt/issues/2886,
1648 https://github.com/fmtlib/fmt/issues/2891,
1649 https://github.com/fmtlib/fmt/pull/2892,
1650 https://github.com/fmtlib/fmt/issues/2895,
1651 https://github.com/fmtlib/fmt/issues/2896,
1652 https://github.com/fmtlib/fmt/pull/2903,
1653 https://github.com/fmtlib/fmt/issues/2906,
1654 https://github.com/fmtlib/fmt/issues/2908,
1655 https://github.com/fmtlib/fmt/pull/2909,
1656 https://github.com/fmtlib/fmt/issues/2920,
1657 https://github.com/fmtlib/fmt/pull/2922,
1658 https://github.com/fmtlib/fmt/pull/2927,
1659 https://github.com/fmtlib/fmt/pull/2929,
1660 https://github.com/fmtlib/fmt/issues/2936,
1661 https://github.com/fmtlib/fmt/pull/2937,
1662 https://github.com/fmtlib/fmt/pull/2938,
1663 https://github.com/fmtlib/fmt/pull/2951,
1664 https://github.com/fmtlib/fmt/issues/2954,
1665 https://github.com/fmtlib/fmt/pull/2957,
1666 https://github.com/fmtlib/fmt/issues/2958,
1667 https://github.com/fmtlib/fmt/pull/2960).
1676 (https://github.com/fmtlib/fmt/issues/2695,
1677 https://github.com/fmtlib/fmt/pull/2696). Thanks @saraedum.
1679 (https://github.com/fmtlib/fmt/issues/2698,
1680 https://github.com/fmtlib/fmt/pull/2699).
1683 (https://github.com/fmtlib/fmt/issues/2691,
1684 https://github.com/fmtlib/fmt/pull/2692). Thanks @rbberger.
1689 (https://github.com/fmtlib/fmt/pull/2500,
1690 https://github.com/fmtlib/fmt/pull/2537,
1691 https://github.com/fmtlib/fmt/issues/2541,
1692 https://github.com/fmtlib/fmt/pull/2544,
1693 https://github.com/fmtlib/fmt/pull/2550,
1694 https://github.com/fmtlib/fmt/pull/2551,
1695 https://github.com/fmtlib/fmt/pull/2576,
1696 https://github.com/fmtlib/fmt/issues/2577,
1697 https://github.com/fmtlib/fmt/pull/2586,
1698 https://github.com/fmtlib/fmt/pull/2591,
1699 https://github.com/fmtlib/fmt/pull/2594,
1700 https://github.com/fmtlib/fmt/pull/2602,
1701 https://github.com/fmtlib/fmt/pull/2617,
1702 https://github.com/fmtlib/fmt/issues/2628,
1703 https://github.com/fmtlib/fmt/pull/2633,
1704 https://github.com/fmtlib/fmt/issues/2670,
1705 https://github.com/fmtlib/fmt/pull/2671).
1722 (https://github.com/fmtlib/fmt/pull/2623). For example
1738 (https://github.com/fmtlib/fmt/issues/2587,
1739 https://github.com/fmtlib/fmt/pull/2588). Thanks @lukester1975.
1742 (https://github.com/fmtlib/fmt/pull/2564). Thanks @phprus.
1759 (https://github.com/fmtlib/fmt/pull/2394):
1766 formatting (https://github.com/fmtlib/fmt/pull/2426,
1767 https://github.com/fmtlib/fmt/pull/2470). It is currently
1771 checks (https://github.com/fmtlib/fmt/issues/2640,
1772 https://github.com/fmtlib/fmt/pull/2649). For example
1812 (https://github.com/fmtlib/fmt/pull/2674). Thanks @BRevzin.
1832 (https://github.com/fmtlib/fmt/pull/2549). Thanks @BRevzin.
1839 (https://github.com/fmtlib/fmt/pull/1841).
1845 (https://github.com/fmtlib/fmt/pull/2646). Thanks @alexezeder.
1848 (https://github.com/fmtlib/fmt/pull/2612). @0x8000-0000.
1853 (https://github.com/fmtlib/fmt/issues/2598,
1854 https://github.com/fmtlib/fmt/pull/2609,
1855 https://github.com/fmtlib/fmt/pull/2610). Thanks @AlexGuteniev.
1858 (https://github.com/fmtlib/fmt/pull/2489). Thanks @Roman-Koshelev.
1861 (https://github.com/fmtlib/fmt/pull/2477). Thanks @Roman-Koshelev.
1866 (https://github.com/fmtlib/fmt/pull/2498,
1867 https://github.com/fmtlib/fmt/pull/2499). Thanks @Roman-Koshelev.
1870 (https://github.com/fmtlib/fmt/pull/2616).
1873 (https://github.com/fmtlib/fmt/pull/2509). Thanks @jk-jeon.
1876 to ADL (https://github.com/fmtlib/fmt/issues/2639,
1877 https://github.com/fmtlib/fmt/pull/2641). Thanks @mkurdej.
1880 (https://github.com/fmtlib/fmt/issues/2642,
1881 https://github.com/fmtlib/fmt/pull/2643). Thanks @mkurdej.
1884 (https://github.com/fmtlib/fmt/issues/2462,
1885 https://github.com/fmtlib/fmt/pull/2463). Thanks @owent.
1889 (https://github.com/fmtlib/fmt/issues/2565).
1893 (https://github.com/fmtlib/fmt/issues/2530).
1896 (https://github.com/fmtlib/fmt/issues/2435).
1899 (https://github.com/fmtlib/fmt/pull/2615). Thanks @AlexGuteniev.
1902 (https://github.com/fmtlib/fmt/pull/2559). Thanks @DanielaE.
1905 (https://github.com/fmtlib/fmt/issues/2406,
1906 https://github.com/fmtlib/fmt/pull/2446,
1907 https://github.com/fmtlib/fmt/issues/2493,
1908 https://github.com/fmtlib/fmt/issues/2513,
1909 https://github.com/fmtlib/fmt/pull/2515,
1910 https://github.com/fmtlib/fmt/issues/2522,
1911 https://github.com/fmtlib/fmt/pull/2562,
1912 https://github.com/fmtlib/fmt/pull/2575,
1913 https://github.com/fmtlib/fmt/pull/2606,
1914 https://github.com/fmtlib/fmt/pull/2620,
1915 https://github.com/fmtlib/fmt/issues/2676).
1919 (https://github.com/fmtlib/fmt/pull/2461,
1920 https://github.com/fmtlib/fmt/pull/2469). @pauldreik,
1924 (https://github.com/fmtlib/fmt/issues/2644,
1925 https://github.com/fmtlib/fmt/pull/2651). Thanks @alexezeder.
1928 (https://github.com/fmtlib/fmt/pull/2505,
1929 https://github.com/fmtlib/fmt/pull/2516). Thanks @Vertexwahn.
1932 (https://github.com/fmtlib/fmt/issues/2437,
1933 https://github.com/fmtlib/fmt/pull/2558,
1934 https://github.com/fmtlib/fmt/pull/2648,
1935 https://github.com/fmtlib/fmt/pull/2650,
1936 https://github.com/fmtlib/fmt/pull/2663,
1937 https://github.com/fmtlib/fmt/pull/2677).
1941 (https://github.com/fmtlib/fmt/pull/2353,
1942 https://github.com/fmtlib/fmt/pull/2356,
1943 https://github.com/fmtlib/fmt/pull/2399,
1944 https://github.com/fmtlib/fmt/issues/2408,
1945 https://github.com/fmtlib/fmt/pull/2414,
1946 https://github.com/fmtlib/fmt/pull/2427,
1947 https://github.com/fmtlib/fmt/pull/2432,
1948 https://github.com/fmtlib/fmt/pull/2442,
1949 https://github.com/fmtlib/fmt/pull/2434,
1950 https://github.com/fmtlib/fmt/issues/2439,
1951 https://github.com/fmtlib/fmt/pull/2447,
1952 https://github.com/fmtlib/fmt/pull/2450,
1953 https://github.com/fmtlib/fmt/issues/2455,
1954 https://github.com/fmtlib/fmt/issues/2465,
1955 https://github.com/fmtlib/fmt/issues/2472,
1956 https://github.com/fmtlib/fmt/issues/2474,
1957 https://github.com/fmtlib/fmt/pull/2476,
1958 https://github.com/fmtlib/fmt/issues/2478,
1959 https://github.com/fmtlib/fmt/issues/2479,
1960 https://github.com/fmtlib/fmt/issues/2481,
1961 https://github.com/fmtlib/fmt/pull/2482,
1962 https://github.com/fmtlib/fmt/pull/2483,
1963 https://github.com/fmtlib/fmt/issues/2490,
1964 https://github.com/fmtlib/fmt/pull/2491,
1965 https://github.com/fmtlib/fmt/pull/2510,
1966 https://github.com/fmtlib/fmt/pull/2518,
1967 https://github.com/fmtlib/fmt/issues/2528,
1968 https://github.com/fmtlib/fmt/pull/2529,
1969 https://github.com/fmtlib/fmt/pull/2539,
1970 https://github.com/fmtlib/fmt/issues/2540,
1971 https://github.com/fmtlib/fmt/pull/2545,
1972 https://github.com/fmtlib/fmt/pull/2555,
1973 https://github.com/fmtlib/fmt/issues/2557,
1974 https://github.com/fmtlib/fmt/issues/2570,
1975 https://github.com/fmtlib/fmt/pull/2573,
1976 https://github.com/fmtlib/fmt/pull/2582,
1977 https://github.com/fmtlib/fmt/issues/2605,
1978 https://github.com/fmtlib/fmt/pull/2611,
1979 https://github.com/fmtlib/fmt/pull/2647,
1980 https://github.com/fmtlib/fmt/issues/2627,
1981 https://github.com/fmtlib/fmt/pull/2630,
1982 https://github.com/fmtlib/fmt/issues/2635,
1983 https://github.com/fmtlib/fmt/issues/2638,
1984 https://github.com/fmtlib/fmt/issues/2653,
1985 https://github.com/fmtlib/fmt/issues/2654,
1986 https://github.com/fmtlib/fmt/issues/2661,
1987 https://github.com/fmtlib/fmt/pull/2664,
1988 https://github.com/fmtlib/fmt/pull/2684).
1998 (https://github.com/fmtlib/fmt/issues/2374).
2000 (https://github.com/fmtlib/fmt/issues/2402).
2002 (https://github.com/fmtlib/fmt/issues/2377).
2004 (https://github.com/fmtlib/fmt/pull/2396,
2005 https://github.com/fmtlib/fmt/issues/2403,
2006 https://github.com/fmtlib/fmt/issues/2406). Thanks @mkurdej.
2008 https://github.com/fmtlib/fmt/pull/2398). Thanks @javierhonduco.
2010 (https://github.com/fmtlib/fmt/issues/2351,
2011 https://github.com/fmtlib/fmt/issues/2359,
2012 https://github.com/fmtlib/fmt/pull/2365,
2013 https://github.com/fmtlib/fmt/issues/2368,
2014 https://github.com/fmtlib/fmt/pull/2370,
2015 https://github.com/fmtlib/fmt/pull/2376,
2016 https://github.com/fmtlib/fmt/pull/2381,
2017 https://github.com/fmtlib/fmt/pull/2382,
2018 https://github.com/fmtlib/fmt/issues/2386,
2019 https://github.com/fmtlib/fmt/pull/2389,
2020 https://github.com/fmtlib/fmt/pull/2395,
2021 https://github.com/fmtlib/fmt/pull/2397,
2022 https://github.com/fmtlib/fmt/issues/2400,
2023 https://github.com/fmtlib/fmt/issues/2401,
2024 https://github.com/fmtlib/fmt/pull/2407).
2052 (https://github.com/fmtlib/fmt/pull/2019,
2053 https://github.com/fmtlib/fmt/pull/2044,
2054 https://github.com/fmtlib/fmt/pull/2056,
2055 https://github.com/fmtlib/fmt/pull/2072,
2056 https://github.com/fmtlib/fmt/pull/2075,
2057 https://github.com/fmtlib/fmt/issues/2078,
2058 https://github.com/fmtlib/fmt/pull/2129,
2059 https://github.com/fmtlib/fmt/pull/2326). For example
2082 (https://github.com/fmtlib/fmt/issues/1944).
2124 (https://github.com/fmtlib/fmt/pull/2043,
2125 https://github.com/fmtlib/fmt/pull/2242):
2152 (https://github.com/fmtlib/fmt/pull/2243,
2153 https://github.com/fmtlib/fmt/pull/2281). For example:
2166 (https://github.com/fmtlib/fmt/issues/2280,
2167 https://github.com/fmtlib/fmt/pull/2304). Thanks @alexezeder.
2170 (https://github.com/fmtlib/fmt/pull/2235,
2171 https://github.com/fmtlib/fmt/pull/2240,
2172 https://github.com/fmtlib/fmt/pull/2260,
2173 https://github.com/fmtlib/fmt/pull/2282,
2174 https://github.com/fmtlib/fmt/pull/2283,
2175 https://github.com/fmtlib/fmt/pull/2288,
2176 https://github.com/fmtlib/fmt/pull/2298,
2177 https://github.com/fmtlib/fmt/pull/2306,
2178 https://github.com/fmtlib/fmt/pull/2307,
2179 https://github.com/fmtlib/fmt/pull/2309,
2180 https://github.com/fmtlib/fmt/pull/2318,
2181 https://github.com/fmtlib/fmt/pull/2324,
2182 https://github.com/fmtlib/fmt/pull/2332,
2183 https://github.com/fmtlib/fmt/pull/2340). Thanks @DanielaE.
2186 (https://github.com/fmtlib/fmt/pull/2301). For example
2191 times (https://github.com/fmtlib/fmt/issues/1998).
2194 (https://github.com/fmtlib/fmt/pull/1953). Thanks @kitegi.
2197 `fmt::join` (https://github.com/fmtlib/fmt/issues/1981,
2198 https://github.com/fmtlib/fmt/issues/2040,
2199 https://github.com/fmtlib/fmt/pull/2050,
2200 https://github.com/fmtlib/fmt/issues/2262). For example:
2218 (https://github.com/fmtlib/fmt/issues/2319,
2219 https://github.com/fmtlib/fmt/pull/2345). For example:
2247 (https://github.com/fmtlib/fmt/issues/2337,
2248 https://github.com/fmtlib/fmt/pull/2349,
2249 https://github.com/fmtlib/fmt/pull/2350). Thanks @phprus.
2260 (https://github.com/fmtlib/fmt/issues/2327).
2263 (https://github.com/fmtlib/fmt/issues/2208). For example:
2311 (https://github.com/fmtlib/fmt/issues/2305,
2312 https://github.com/fmtlib/fmt/pull/2310). Thanks @Liedtke.
2315 (https://github.com/fmtlib/fmt/issues/2308,
2316 https://github.com/fmtlib/fmt/pull/2317). Thanks @Liedtke.
2335 (https://github.com/fmtlib/fmt/issues/2133).
2339 (https://github.com/fmtlib/fmt/issues/2094,
2340 https://github.com/fmtlib/fmt/pull/2109). For example:
2353 (https://github.com/fmtlib/fmt/pull/2131). For example:
2369 (https://github.com/fmtlib/fmt/pull/2141,
2370 https://github.com/fmtlib/fmt/pull/2161). Thanks @alexezeder.
2373 compilation (https://github.com/fmtlib/fmt/issues/2042):
2382 (https://github.com/fmtlib/fmt/issues/2036).
2385 (https://github.com/fmtlib/fmt/issues/2033,
2386 https://github.com/fmtlib/fmt/issues/2091). For example:
2405 (https://github.com/fmtlib/fmt/issues/2018). For example:
2424 (https://github.com/fmtlib/fmt/issues/2197,
2425 https://github.com/fmtlib/fmt/pull/2198). Thanks @vtta.
2429 (https://github.com/fmtlib/fmt/issues/2266).
2434 (https://github.com/fmtlib/fmt/issues/2274,
2435 https://github.com/fmtlib/fmt/pull/2275). The latter is
2440 formattable (https://github.com/fmtlib/fmt/issues/2269,
2441 https://github.com/fmtlib/fmt/pull/2270,
2442 https://github.com/fmtlib/fmt/pull/2273). Thanks @phprus.
2445 (https://github.com/fmtlib/fmt/pull/2206).
2448 allocator (https://github.com/fmtlib/fmt/pull/2300).
2452 (https://github.com/fmtlib/fmt/pull/1960). Thanks @phprus.
2455 (https://github.com/fmtlib/fmt/pull/2236). Thanks @crbrz.
2459 (https://github.com/fmtlib/fmt/issues/2156,
2460 https://github.com/fmtlib/fmt/pull/2158,
2461 https://github.com/fmtlib/fmt/issues/2195,
2462 https://github.com/fmtlib/fmt/pull/2204). Thanks @randomnetcat.
2465 (https://github.com/fmtlib/fmt/pull/1982,
2466 https://github.com/fmtlib/fmt/pull/1984,
2467 https://github.com/fmtlib/fmt/pull/2016,
2468 https://github.com/fmtlib/fmt/pull/2164).
2472 (https://github.com/fmtlib/fmt/pull/2246,
2473 https://github.com/fmtlib/fmt/pull/2257). Thanks @phprus.
2476 (https://github.com/fmtlib/fmt/issues/2080).
2479 (https://github.com/fmtlib/fmt/issues/2097).
2482 (https://github.com/fmtlib/fmt/issues/2238,
2483 https://github.com/fmtlib/fmt/pull/2244). Thanks @yumeyao.
2488 (https://github.com/fmtlib/fmt/issues/2096).
2491 (https://github.com/fmtlib/fmt/pull/2145). Thanks @NobodyXu.
2495 (https://github.com/fmtlib/fmt/issues/2098,
2496 https://github.com/fmtlib/fmt/pull/2100).
2500 (https://github.com/fmtlib/fmt/pull/2026,
2501 https://github.com/fmtlib/fmt/pull/2122).
2505 (https://github.com/fmtlib/fmt/issues/1947,
2506 https://github.com/fmtlib/fmt/pull/1959,
2507 https://github.com/fmtlib/fmt/pull/1963,
2508 https://github.com/fmtlib/fmt/pull/1965,
2509 https://github.com/fmtlib/fmt/issues/1966,
2510 https://github.com/fmtlib/fmt/pull/1974,
2511 https://github.com/fmtlib/fmt/pull/1975,
2512 https://github.com/fmtlib/fmt/pull/1990,
2513 https://github.com/fmtlib/fmt/issues/2000,
2514 https://github.com/fmtlib/fmt/pull/2001,
2515 https://github.com/fmtlib/fmt/issues/2002,
2516 https://github.com/fmtlib/fmt/issues/2004,
2517 https://github.com/fmtlib/fmt/pull/2006,
2518 https://github.com/fmtlib/fmt/pull/2009,
2519 https://github.com/fmtlib/fmt/pull/2010,
2520 https://github.com/fmtlib/fmt/issues/2038,
2521 https://github.com/fmtlib/fmt/issues/2039,
2522 https://github.com/fmtlib/fmt/issues/2047,
2523 https://github.com/fmtlib/fmt/pull/2053,
2524 https://github.com/fmtlib/fmt/issues/2059,
2525 https://github.com/fmtlib/fmt/pull/2065,
2526 https://github.com/fmtlib/fmt/pull/2067,
2527 https://github.com/fmtlib/fmt/pull/2068,
2528 https://github.com/fmtlib/fmt/pull/2073,
2529 https://github.com/fmtlib/fmt/issues/2103,
2530 https://github.com/fmtlib/fmt/issues/2105,
2531 https://github.com/fmtlib/fmt/pull/2106,
2532 https://github.com/fmtlib/fmt/pull/2107,
2533 https://github.com/fmtlib/fmt/issues/2116,
2534 https://github.com/fmtlib/fmt/pull/2117,
2535 https://github.com/fmtlib/fmt/issues/2118,
2536 https://github.com/fmtlib/fmt/pull/2119,
2537 https://github.com/fmtlib/fmt/issues/2127,
2538 https://github.com/fmtlib/fmt/pull/2128,
2539 https://github.com/fmtlib/fmt/issues/2140,
2540 https://github.com/fmtlib/fmt/issues/2142,
2541 https://github.com/fmtlib/fmt/pull/2143,
2542 https://github.com/fmtlib/fmt/pull/2144,
2543 https://github.com/fmtlib/fmt/issues/2147,
2544 https://github.com/fmtlib/fmt/issues/2148,
2545 https://github.com/fmtlib/fmt/issues/2149,
2546 https://github.com/fmtlib/fmt/pull/2152,
2547 https://github.com/fmtlib/fmt/pull/2160,
2548 https://github.com/fmtlib/fmt/issues/2170,
2549 https://github.com/fmtlib/fmt/issues/2175,
2550 https://github.com/fmtlib/fmt/issues/2176,
2551 https://github.com/fmtlib/fmt/pull/2177,
2552 https://github.com/fmtlib/fmt/issues/2178,
2553 https://github.com/fmtlib/fmt/pull/2179,
2554 https://github.com/fmtlib/fmt/issues/2180,
2555 https://github.com/fmtlib/fmt/issues/2181,
2556 https://github.com/fmtlib/fmt/pull/2183,
2557 https://github.com/fmtlib/fmt/issues/2184,
2558 https://github.com/fmtlib/fmt/issues/2185,
2559 https://github.com/fmtlib/fmt/pull/2186,
2560 https://github.com/fmtlib/fmt/pull/2187,
2561 https://github.com/fmtlib/fmt/pull/2190,
2562 https://github.com/fmtlib/fmt/pull/2192,
2563 https://github.com/fmtlib/fmt/pull/2194,
2564 https://github.com/fmtlib/fmt/pull/2205,
2565 https://github.com/fmtlib/fmt/issues/2210,
2566 https://github.com/fmtlib/fmt/pull/2211,
2567 https://github.com/fmtlib/fmt/pull/2215,
2568 https://github.com/fmtlib/fmt/pull/2216,
2569 https://github.com/fmtlib/fmt/pull/2218,
2570 https://github.com/fmtlib/fmt/pull/2220,
2571 https://github.com/fmtlib/fmt/issues/2228,
2572 https://github.com/fmtlib/fmt/pull/2229,
2573 https://github.com/fmtlib/fmt/pull/2230,
2574 https://github.com/fmtlib/fmt/issues/2233,
2575 https://github.com/fmtlib/fmt/pull/2239,
2576 https://github.com/fmtlib/fmt/issues/2248,
2577 https://github.com/fmtlib/fmt/issues/2252,
2578 https://github.com/fmtlib/fmt/pull/2253,
2579 https://github.com/fmtlib/fmt/pull/2255,
2580 https://github.com/fmtlib/fmt/issues/2261,
2581 https://github.com/fmtlib/fmt/issues/2278,
2582 https://github.com/fmtlib/fmt/issues/2284,
2583 https://github.com/fmtlib/fmt/pull/2287,
2584 https://github.com/fmtlib/fmt/pull/2289,
2585 https://github.com/fmtlib/fmt/pull/2290,
2586 https://github.com/fmtlib/fmt/pull/2293,
2587 https://github.com/fmtlib/fmt/issues/2295,
2588 https://github.com/fmtlib/fmt/pull/2296,
2589 https://github.com/fmtlib/fmt/pull/2297,
2590 https://github.com/fmtlib/fmt/issues/2311,
2591 https://github.com/fmtlib/fmt/pull/2313,
2592 https://github.com/fmtlib/fmt/pull/2315,
2593 https://github.com/fmtlib/fmt/issues/2320,
2594 https://github.com/fmtlib/fmt/pull/2321,
2595 https://github.com/fmtlib/fmt/pull/2323,
2596 https://github.com/fmtlib/fmt/issues/2328,
2597 https://github.com/fmtlib/fmt/pull/2329,
2598 https://github.com/fmtlib/fmt/pull/2333,
2599 https://github.com/fmtlib/fmt/pull/2338,
2600 https://github.com/fmtlib/fmt/pull/2341).
2609 (https://github.com/fmtlib/fmt/issues/1986,
2610 https://github.com/fmtlib/fmt/pull/2051,
2611 https://github.com/fmtlib/fmt/issues/2057,
2612 https://github.com/fmtlib/fmt/pull/2081,
2613 https://github.com/fmtlib/fmt/issues/2084,
2614 https://github.com/fmtlib/fmt/pull/2312).
2618 (https://github.com/fmtlib/fmt/issues/1969,
2619 https://github.com/fmtlib/fmt/pull/1991,
2620 https://github.com/fmtlib/fmt/pull/2020,
2621 https://github.com/fmtlib/fmt/pull/2110,
2622 https://github.com/fmtlib/fmt/pull/2114,
2623 https://github.com/fmtlib/fmt/issues/2196,
2624 https://github.com/fmtlib/fmt/pull/2217,
2625 https://github.com/fmtlib/fmt/pull/2247,
2626 https://github.com/fmtlib/fmt/pull/2256,
2627 https://github.com/fmtlib/fmt/pull/2336,
2628 https://github.com/fmtlib/fmt/pull/2346).