Lines Matching full:https

4   (https://github.com/fmtlib/fmt/issues/1996,
5 https://github.com/fmtlib/fmt/issues/2029).
7 (https://github.com/fmtlib/fmt/issues/2011).
9 (https://github.com/fmtlib/fmt/issues/2014).
11 (https://github.com/fmtlib/fmt/issues/2017).
16 (https://github.com/fmtlib/fmt/issues/1976).
21 (https://github.com/fmtlib/fmt/issues/1961).
24 (https://github.com/fmtlib/fmt/issues/1919).
26 (https://github.com/fmtlib/fmt/issues/1957).
28 (https://github.com/fmtlib/fmt/issues/1955).
30 equivalent (https://github.com/fmtlib/fmt/pull/1968).
33 (https://github.com/fmtlib/fmt/pull/1964). Thanks @OptoCloud.
38 [Grisu3](https://www.cs.tufts.edu/~nr/cs257/archive/florian-loitsch/printf.pdf)
39 to [Dragonbox](https://github.com/jk-jeon/dragonbox) for the default
42 (https://github.com/fmtlib/fmt/pull/1882,
43 https://github.com/fmtlib/fmt/pull/1887,
44 https://github.com/fmtlib/fmt/pull/1894). This makes {fmt}
47 [dtoa-benchmark](https://github.com/fmtlib/dtoa-benchmark) and
50 …![](https://user-images.githubusercontent.com/576385/95684665-11719600-0ba8-11eb-8e5b-972ff4e49428…
60 compilation](https://fmt.dev/latest/api.html#compile-api), can give
62 fprintf](https://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html)
63 on common platforms ([godbolt](https://godbolt.org/z/nsTcG8)):
75 (https://github.com/fmtlib/fmt/issues/1819,
76 https://github.com/fmtlib/fmt/pull/1837). For example
77 ([godbolt](https://godbolt.org/z/c4M6fh)):
91 (https://github.com/fmtlib/fmt/issues/1784,
92 https://github.com/fmtlib/fmt/pull/1786). For example
93 ([godbolt](https://godbolt.org/z/jP63Tv)):
114 (https://github.com/fmtlib/fmt/pull/1806). Thanks @BRevzin.
127 compiles to just ([godbolt](https://godbolt.org/z/5vncz3)):
148 (https://github.com/fmtlib/fmt/issues/1809).
163 Error ([godbolt](https://godbolt.org/z/GoxM4e)):
165 …gument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/a…
168 [make_args_checked](https://fmt.dev/7.1.0/api.html#argument-lists)
171 ([godbolt](https://godbolt.org/z/PEf9qr)):
194 ([godbolt](https://godbolt.org/z/dPhWvj)):
209 API](https://fmt.dev/latest/api.html#core-api)
210 ([godbolt](https://godbolt.org/z/sPjY1K)):
222 (https://github.com/fmtlib/fmt/issues/1764,
223 https://github.com/fmtlib/fmt/pull/1767,
224 https://github.com/fmtlib/fmt/pull/1869). For example
225 ([godbolt](https://godbolt.org/z/93h86q)):
239 (https://github.com/fmtlib/fmt/issues/1593,
240 https://github.com/fmtlib/fmt/issues/1842,
241 https://github.com/fmtlib/fmt/pull/1843). For example
242 ([godbolt](https://godbolt.org/z/91153r)):
258 decimal point (https://github.com/fmtlib/fmt/issues/1797).
259 For example ([godbolt](https://godbolt.org/z/bhdcW9)):
273 (https://github.com/fmtlib/fmt/issues/1893,
274 https://github.com/fmtlib/fmt/issues/1943). It is possible
280 (https://github.com/fmtlib/fmt/issues/1873,
281 https://github.com/fmtlib/fmt/issues/1917).
285 (https://github.com/fmtlib/fmt/issues/1815,
286 https://github.com/fmtlib/fmt/pull/1829). Thanks @alexezeder.
290 (https://github.com/fmtlib/fmt/pull/1847,
291 https://github.com/fmtlib/fmt/pull/1848). Thanks @t-wiser.
295 (https://github.com/fmtlib/fmt/issues/1766).
298 (https://github.com/fmtlib/fmt/pull/1822). Thanks @BRevzin.
301 (https://github.com/fmtlib/fmt/issues/1927).
304 (https://github.com/fmtlib/fmt/issues/1870,
305 https://github.com/fmtlib/fmt/issues/1932).
308 (https://github.com/fmtlib/fmt/pull/1878). Thanks @jk-jeon.
311 (https://github.com/fmtlib/fmt/pull/1900). Thanks @bernd5.
314 (https://github.com/fmtlib/fmt/pull/1890). Thanks @mwinterb.
317 (https://github.com/fmtlib/fmt/issues/1772,
318 https://github.com/fmtlib/fmt/pull/1775,
319 https://github.com/fmtlib/fmt/pull/1792,
320 https://github.com/fmtlib/fmt/pull/1838,
321 https://github.com/fmtlib/fmt/pull/1888,
322 https://github.com/fmtlib/fmt/pull/1918,
323 https://github.com/fmtlib/fmt/pull/1939).
330 (https://github.com/fmtlib/fmt/issues/1778,
331 https://github.com/fmtlib/fmt/pull/1781). Thanks @kammce.
335 (https://github.com/fmtlib/fmt/pull/1945). Thanks @darklukee.
338 (https://github.com/fmtlib/fmt/pull/1760,
339 https://github.com/fmtlib/fmt/pull/1770,
340 https://github.com/fmtlib/fmt/issues/1779,
341 https://github.com/fmtlib/fmt/pull/1783,
342 https://github.com/fmtlib/fmt/pull/1823).
346 (https://github.com/fmtlib/fmt/pull/1790,
347 https://github.com/fmtlib/fmt/pull/1802,
348 https://github.com/fmtlib/fmt/pull/1808,
349 https://github.com/fmtlib/fmt/issues/1810,
350 https://github.com/fmtlib/fmt/issues/1811,
351 https://github.com/fmtlib/fmt/pull/1812,
352 https://github.com/fmtlib/fmt/pull/1814,
353 https://github.com/fmtlib/fmt/pull/1816,
354 https://github.com/fmtlib/fmt/pull/1817,
355 https://github.com/fmtlib/fmt/pull/1818,
356 https://github.com/fmtlib/fmt/issues/1825,
357 https://github.com/fmtlib/fmt/pull/1836,
358 https://github.com/fmtlib/fmt/pull/1855,
359 https://github.com/fmtlib/fmt/pull/1856,
360 https://github.com/fmtlib/fmt/pull/1860,
361 https://github.com/fmtlib/fmt/pull/1877,
362 https://github.com/fmtlib/fmt/pull/1879,
363 https://github.com/fmtlib/fmt/pull/1880,
364 https://github.com/fmtlib/fmt/issues/1896,
365 https://github.com/fmtlib/fmt/pull/1897,
366 https://github.com/fmtlib/fmt/pull/1898,
367 https://github.com/fmtlib/fmt/issues/1904,
368 https://github.com/fmtlib/fmt/pull/1908,
369 https://github.com/fmtlib/fmt/issues/1911,
370 https://github.com/fmtlib/fmt/issues/1912,
371 https://github.com/fmtlib/fmt/issues/1928,
372 https://github.com/fmtlib/fmt/pull/1929,
373 https://github.com/fmtlib/fmt/issues/1935,
374 https://github.com/fmtlib/fmt/pull/1937,
375 https://github.com/fmtlib/fmt/pull/1942,
376 https://github.com/fmtlib/fmt/issues/1949).
385 (https://github.com/fmtlib/fmt/issues/1787).
387 (https://github.com/fmtlib/fmt/issues/1796).
389 (https://github.com/fmtlib/fmt/pull/1800). Thanks @Kingcom.
391 (https://github.com/fmtlib/fmt/issues/1782,
392 https://github.com/fmtlib/fmt/issues/1801).
397 (https://github.com/fmtlib/fmt/issues/1725).
399 (https://github.com/fmtlib/fmt/issues/1779).
401 (https://github.com/fmtlib/fmt/issues/1782).
407 (https://github.com/fmtlib/fmt/issues/1753).
409 (https://github.com/fmtlib/fmt/issues/1757). Thanks @Kurkin.
419 API](https://fmt.dev/7.0.0/api.html#compile-api):
443 (https://github.com/fmtlib/fmt/issues/1685).
447 (https://github.com/fmtlib/fmt/issues/1452). For example,
488 compiles to just ([godbolt](https://godbolt.org/z/NcfEp_))
518 (https://github.com/fmtlib/fmt/issues/1614):
542 (https://github.com/fmtlib/fmt/pull/1689)
563 (https://github.com/fmtlib/fmt/issues/1655,
564 https://github.com/fmtlib/fmt/pull/1663,
565 https://github.com/fmtlib/fmt/pull/1674,
566 https://github.com/fmtlib/fmt/pull/1677). Thanks @vsolontsov-ll.
570 (https://github.com/fmtlib/fmt/issues/1652).
574 (https://github.com/fmtlib/fmt/issues/1624). The `'n'`
594 (https://github.com/fmtlib/fmt/issues/1538). The former is
599 (https://github.com/fmtlib/fmt/issues/1595,
600 https://github.com/fmtlib/fmt/pull/1682,
601 https://github.com/fmtlib/fmt/pull/1683,
602 https://github.com/fmtlib/fmt/pull/1687,
603 https://github.com/fmtlib/fmt/pull/1699). Thanks @rimathia.
606 (https://github.com/fmtlib/fmt/issues/1666).
610 (https://github.com/fmtlib/fmt/issues/1654,
611 https://github.com/fmtlib/fmt/pull/1656). Thanks @kwesolowski.
615 using {fmt} (https://github.com/fmtlib/fmt/pull/1650).
619 (https://github.com/fmtlib/fmt/issues/1636,
620 https://github.com/fmtlib/fmt/pull/1637). Thanks @ArthurSonzogni.
623 (https://github.com/fmtlib/fmt/issues/704,
624 https://github.com/fmtlib/fmt/pull/1643,
625 https://github.com/fmtlib/fmt/pull/1660,
626 https://github.com/fmtlib/fmt/pull/1681,
627 https://github.com/fmtlib/fmt/pull/1691,
628 https://github.com/fmtlib/fmt/pull/1706,
629 https://github.com/fmtlib/fmt/pull/1714,
630 https://github.com/fmtlib/fmt/pull/1721,
631 https://github.com/fmtlib/fmt/pull/1739,
632 https://github.com/fmtlib/fmt/pull/1740,
633 https://github.com/fmtlib/fmt/pull/1741,
634 https://github.com/fmtlib/fmt/pull/1751).
639 (https://github.com/fmtlib/fmt/pull/1603,
640 https://github.com/fmtlib/fmt/pull/1657,
641 https://github.com/fmtlib/fmt/pull/1702,
642 https://github.com/fmtlib/fmt/pull/1728).
646 (https://github.com/fmtlib/fmt/pull/1616,
647 https://github.com/fmtlib/fmt/issues/1620,
648 https://github.com/fmtlib/fmt/issues/1622,
649 https://github.com/fmtlib/fmt/issues/1625,
650 https://github.com/fmtlib/fmt/pull/1627,
651 https://github.com/fmtlib/fmt/issues/1628,
652 https://github.com/fmtlib/fmt/pull/1629,
653 https://github.com/fmtlib/fmt/issues/1631,
654 https://github.com/fmtlib/fmt/pull/1633,
655 https://github.com/fmtlib/fmt/pull/1649,
656 https://github.com/fmtlib/fmt/issues/1658,
657 https://github.com/fmtlib/fmt/pull/1661,
658 https://github.com/fmtlib/fmt/pull/1667,
659 https://github.com/fmtlib/fmt/issues/1668,
660 https://github.com/fmtlib/fmt/pull/1669,
661 https://github.com/fmtlib/fmt/issues/1692,
662 https://github.com/fmtlib/fmt/pull/1696,
663 https://github.com/fmtlib/fmt/pull/1697,
664 https://github.com/fmtlib/fmt/issues/1707,
665 https://github.com/fmtlib/fmt/pull/1712,
666 https://github.com/fmtlib/fmt/pull/1716,
667 https://github.com/fmtlib/fmt/pull/1722,
668 https://github.com/fmtlib/fmt/issues/1724,
669 https://github.com/fmtlib/fmt/pull/1729,
670 https://github.com/fmtlib/fmt/pull/1738,
671 https://github.com/fmtlib/fmt/issues/1742,
672 https://github.com/fmtlib/fmt/issues/1743,
673 https://github.com/fmtlib/fmt/pull/1744,
674 https://github.com/fmtlib/fmt/issues/1747,
675 https://github.com/fmtlib/fmt/pull/1750).
683 (https://github.com/fmtlib/fmt/issues/1631).
686 (https://github.com/fmtlib/fmt/issues/1662).
702 https://fmt.dev/latest/api.html#formatting-user-defined-types"
716 (https://github.com/fmtlib/fmt/issues/1476,
717 https://github.com/fmtlib/fmt/issues/1498):
743 (https://github.com/fmtlib/fmt/issues/1109):
760 (https://github.com/fmtlib/fmt/issues/1170,
761 https://github.com/fmtlib/fmt/pull/1584):
777 (https://github.com/fmtlib/fmt/pull/1591). Thanks @Rapotkinnik.
780 (https://github.com/fmtlib/fmt/issues/1588).
783 (https://github.com/fmtlib/fmt/issues/1506).
786 (https://github.com/fmtlib/fmt/pull/1533). Thanks @zeffy.
789 (https://github.com/fmtlib/fmt/pull/1553). Thanks @dominicpoeschko.
794 (https://github.com/fmtlib/fmt/pull/1590). Thanks @albaguirre.
797 (https://github.com/fmtlib/fmt/pull/1589). Thanks @scramsby.
800 (https://github.com/fmtlib/fmt/pull/1560). Thanks @IkarusDeveloper.
803 (https://github.com/fmtlib/fmt/pull/1469,
804 https://github.com/fmtlib/fmt/pull/1475,
805 https://github.com/fmtlib/fmt/pull/1576).
809 (https://github.com/fmtlib/fmt/pull/1481,
810 https://github.com/fmtlib/fmt/pull/1523).
815 (https://github.com/fmtlib/fmt/pull/1535). Thanks @milianw.
818 (https://github.com/fmtlib/fmt/issues/1264,
819 https://github.com/fmtlib/fmt/issues/1460,
820 https://github.com/fmtlib/fmt/pull/1534,
821 https://github.com/fmtlib/fmt/issues/1536,
822 https://github.com/fmtlib/fmt/issues/1545,
823 https://github.com/fmtlib/fmt/pull/1546,
824 https://github.com/fmtlib/fmt/issues/1566,
825 https://github.com/fmtlib/fmt/pull/1582,
826 https://github.com/fmtlib/fmt/issues/1597,
827 https://github.com/fmtlib/fmt/pull/1598).
831 (https://github.com/fmtlib/fmt/pull/1433,
832 https://github.com/fmtlib/fmt/issues/1461,
833 https://github.com/fmtlib/fmt/pull/1470,
834 https://github.com/fmtlib/fmt/pull/1480,
835 https://github.com/fmtlib/fmt/pull/1485,
836 https://github.com/fmtlib/fmt/pull/1492,
837 https://github.com/fmtlib/fmt/issues/1493,
838 https://github.com/fmtlib/fmt/issues/1504,
839 https://github.com/fmtlib/fmt/pull/1505,
840 https://github.com/fmtlib/fmt/pull/1512,
841 https://github.com/fmtlib/fmt/issues/1515,
842 https://github.com/fmtlib/fmt/pull/1516,
843 https://github.com/fmtlib/fmt/pull/1518,
844 https://github.com/fmtlib/fmt/pull/1519,
845 https://github.com/fmtlib/fmt/pull/1520,
846 https://github.com/fmtlib/fmt/pull/1521,
847 https://github.com/fmtlib/fmt/pull/1522,
848 https://github.com/fmtlib/fmt/issues/1524,
849 https://github.com/fmtlib/fmt/pull/1530,
850 https://github.com/fmtlib/fmt/issues/1531,
851 https://github.com/fmtlib/fmt/pull/1532,
852 https://github.com/fmtlib/fmt/issues/1539,
853 https://github.com/fmtlib/fmt/issues/1547,
854 https://github.com/fmtlib/fmt/issues/1548,
855 https://github.com/fmtlib/fmt/pull/1554,
856 https://github.com/fmtlib/fmt/issues/1567,
857 https://github.com/fmtlib/fmt/pull/1568,
858 https://github.com/fmtlib/fmt/pull/1569,
859 https://github.com/fmtlib/fmt/pull/1571,
860 https://github.com/fmtlib/fmt/pull/1573,
861 https://github.com/fmtlib/fmt/pull/1575,
862 https://github.com/fmtlib/fmt/pull/1581,
863 https://github.com/fmtlib/fmt/issues/1583,
864 https://github.com/fmtlib/fmt/issues/1586,
865 https://github.com/fmtlib/fmt/issues/1587,
866 https://github.com/fmtlib/fmt/issues/1594,
867 https://github.com/fmtlib/fmt/pull/1596,
868 https://github.com/fmtlib/fmt/issues/1604,
869 https://github.com/fmtlib/fmt/pull/1606,
870 https://github.com/fmtlib/fmt/issues/1607,
871 https://github.com/fmtlib/fmt/issues/1609).
879 (https://github.com/fmtlib/fmt/issues/1471).
881 (https://github.com/fmtlib/fmt/pull/1451). Thanks @denizevrenci.
885 (https://github.com/fmtlib/fmt/pull/1440). Thanks @0x8000-0000.
890 (https://github.com/fmtlib/fmt/pull/1443,
891 https://github.com/fmtlib/fmt/issues/1445,
892 https://github.com/fmtlib/fmt/pull/1446,
893 https://github.com/fmtlib/fmt/issues/1450).
919 [dtoa-benchmark](https://github.com/fmtlib/dtoa-benchmark):
929 …![](https://user-images.githubusercontent.com/576385/69767160-cdaca400-112f-11ea-9fc5-347c9f83caad…
934 (https://github.com/fmtlib/fmt/issues/1336,
935 https://github.com/fmtlib/fmt/issues/1353,
936 https://github.com/fmtlib/fmt/pull/1360,
937 https://github.com/fmtlib/fmt/pull/1361):
949 (https://github.com/fmtlib/fmt/issues/1376,
950 https://github.com/fmtlib/fmt/issues/1417).
953 (https://github.com/fmtlib/fmt/pull/1287):
965 (https://github.com/fmtlib/fmt/pull/1351). Thanks @tankiJong.
972 (https://github.com/fmtlib/fmt/issues/1322,
973 https://github.com/fmtlib/fmt/pull/1330):
998 (https://github.com/fmtlib/fmt/pull/1406):
1021 (https://github.com/fmtlib/fmt/issues/1393,
1022 https://github.com/fmtlib/fmt/pull/1394). Thanks @skrdaniel.
1025 `const char**` (https://github.com/fmtlib/fmt/issues/1421):
1039 (https://github.com/fmtlib/fmt/pull/1286). Thanks @agmt.
1042 (https://github.com/fmtlib/fmt/issues/1424).
1048 (https://github.com/fmtlib/fmt/issues/1389,
1049 https://github.com/fmtlib/fmt/pull/1390). Thanks @tajtiattila.
1052 [Conda](https://docs.conda.io/en/latest/) using its
1053 [conda-forge](https://conda-forge.org)
1054 [package](https://github.com/conda-forge/fmt-feedstock)
1055 (https://github.com/fmtlib/fmt/pull/1410):
1061 - Added a CUDA test (https://github.com/fmtlib/fmt/pull/1285,
1062 https://github.com/fmtlib/fmt/pull/1317).
1066 (https://github.com/fmtlib/fmt/pull/1276,
1067 https://github.com/fmtlib/fmt/issues/1291,
1068 https://github.com/fmtlib/fmt/issues/1296,
1069 https://github.com/fmtlib/fmt/pull/1315,
1070 https://github.com/fmtlib/fmt/pull/1332,
1071 https://github.com/fmtlib/fmt/pull/1337,
1072 https://github.com/fmtlib/fmt/issues/1395
1073 https://github.com/fmtlib/fmt/pull/1418).
1077 (https://github.com/fmtlib/fmt/pull/1358,
1078 https://github.com/fmtlib/fmt/pull/1407).
1082 (https://github.com/fmtlib/fmt/issues/1292).
1085 (https://github.com/fmtlib/fmt/issues/1377).
1088 (https://github.com/fmtlib/fmt/issues/1273,
1089 https://github.com/fmtlib/fmt/pull/1278,
1090 https://github.com/fmtlib/fmt/pull/1280,
1091 https://github.com/fmtlib/fmt/issues/1281,
1092 https://github.com/fmtlib/fmt/issues/1288,
1093 https://github.com/fmtlib/fmt/pull/1290,
1094 https://github.com/fmtlib/fmt/pull/1301,
1095 https://github.com/fmtlib/fmt/issues/1305,
1096 https://github.com/fmtlib/fmt/issues/1306,
1097 https://github.com/fmtlib/fmt/issues/1309,
1098 https://github.com/fmtlib/fmt/pull/1312,
1099 https://github.com/fmtlib/fmt/issues/1313,
1100 https://github.com/fmtlib/fmt/issues/1316,
1101 https://github.com/fmtlib/fmt/issues/1319,
1102 https://github.com/fmtlib/fmt/pull/1320,
1103 https://github.com/fmtlib/fmt/pull/1326,
1104 https://github.com/fmtlib/fmt/pull/1328,
1105 https://github.com/fmtlib/fmt/issues/1344,
1106 https://github.com/fmtlib/fmt/pull/1345,
1107 https://github.com/fmtlib/fmt/pull/1347,
1108 https://github.com/fmtlib/fmt/pull/1349,
1109 https://github.com/fmtlib/fmt/issues/1354,
1110 https://github.com/fmtlib/fmt/issues/1362,
1111 https://github.com/fmtlib/fmt/issues/1366,
1112 https://github.com/fmtlib/fmt/pull/1364,
1113 https://github.com/fmtlib/fmt/pull/1370,
1114 https://github.com/fmtlib/fmt/pull/1371,
1115 https://github.com/fmtlib/fmt/issues/1385,
1116 https://github.com/fmtlib/fmt/issues/1388,
1117 https://github.com/fmtlib/fmt/pull/1397,
1118 https://github.com/fmtlib/fmt/pull/1414,
1119 https://github.com/fmtlib/fmt/pull/1416,
1120 https://github.com/fmtlib/fmt/issues/1422
1121 https://github.com/fmtlib/fmt/pull/1427,
1122 https://github.com/fmtlib/fmt/issues/1431,
1123 https://github.com/fmtlib/fmt/pull/1433).
1131 https://github.com/fmtlib/fmt/blob/5a4b24613ba16cc689977c3b5bd8274a3ba1dd1f/LICENSE.rst)
1171 [dtoa-benchmark](https://github.com/fmtlib/dtoa-benchmark) ([full
1172 results](https://fmt.dev/unknown_mac64_clang10.0.html)):
1174 …![](https://user-images.githubusercontent.com/576385/54883977-9fe8c000-4e28-11e9-8bde-272d122e7c52…
1180 - Added [oss-fuzz](https://github.com/google/oss-fuzz) support
1181 (https://github.com/fmtlib/fmt/pull/1199). Thanks @pauldreik.
1184 `operator<<` (https://github.com/fmtlib/fmt/issues/952):
1211 (https://github.com/fmtlib/fmt/issues/618,
1212 https://github.com/fmtlib/fmt/issues/1169,
1213 https://github.com/fmtlib/fmt/pull/1171):
1230 (https://github.com/fmtlib/fmt/pull/1060,
1231 https://github.com/fmtlib/fmt/pull/1069,
1232 https://github.com/fmtlib/fmt/pull/1071):
1241 (https://github.com/fmtlib/fmt/issues/1004,
1242 https://github.com/fmtlib/fmt/pull/1012):
1253 (https://github.com/fmtlib/fmt/pull/1019):
1275 `text_style` (https://github.com/fmtlib/fmt/issues/993,
1276 https://github.com/fmtlib/fmt/pull/994):
1291 via `fmt::ptr` (https://github.com/fmtlib/fmt/pull/1121):
1301 (https://github.com/fmtlib/fmt/issues/1098,
1302 https://github.com/fmtlib/fmt/pull/1099). Thanks @BillyDonahue.
1306 (https://github.com/fmtlib/fmt/pull/1022). Thanks @eliaskosunen.
1333 (https://github.com/fmtlib/fmt/issues/1229,
1334 https://github.com/fmtlib/fmt/pull/1243). Thanks @jackoalan.
1337 (https://github.com/fmtlib/fmt/pull/1254). Thanks @sylveon.
1341 (https://github.com/fmtlib/fmt/issues/1059).
1344 https://github.com/fmtlib/fmt/blob/master/support/C%2B%2B.sublime-syntax)
1345 (https://github.com/fmtlib/fmt/issues/1037). Thanks @Kronuz.
1349 (https://github.com/fmtlib/fmt/pull/1231). Thanks @jackoalan.
1352 (https://github.com/fmtlib/fmt/issues/1081).
1355 (https://github.com/fmtlib/fmt/pull/1039,
1356 https://github.com/fmtlib/fmt/pull/1078,
1357 https://github.com/fmtlib/fmt/pull/1091,
1358 https://github.com/fmtlib/fmt/pull/1103,
1359 https://github.com/fmtlib/fmt/pull/1177).
1363 (https://github.com/fmtlib/fmt/issues/1049,
1364 https://github.com/fmtlib/fmt/pull/1051,
1365 https://github.com/fmtlib/fmt/pull/1083,
1366 https://github.com/fmtlib/fmt/pull/1113,
1367 https://github.com/fmtlib/fmt/pull/1114,
1368 https://github.com/fmtlib/fmt/issues/1146,
1369 https://github.com/fmtlib/fmt/issues/1180,
1370 https://github.com/fmtlib/fmt/pull/1250,
1371 https://github.com/fmtlib/fmt/pull/1252,
1372 https://github.com/fmtlib/fmt/pull/1265).
1377 (https://github.com/fmtlib/fmt/issues/1123).
1381 (https://github.com/fmtlib/fmt/issues/1268).
1384 characters (https://github.com/fmtlib/fmt/issues/1056,
1385 https://github.com/fmtlib/fmt/pull/1058). Thanks @abolz.
1388 ranges (https://github.com/fmtlib/fmt/issues/1064).
1391 (https://github.com/fmtlib/fmt/issues/1188).
1394 (https://github.com/fmtlib/fmt/issues/1062).
1397 (https://github.com/fmtlib/fmt/pull/1134,
1398 https://github.com/fmtlib/fmt/pull/1147). Thanks @denchat.
1401 (https://github.com/fmtlib/fmt/issues/1148).
1404 (https://github.com/fmtlib/fmt/issues/1173).
1407 (https://github.com/fmtlib/fmt/issues/1072,
1408 https://github.com/fmtlib/fmt/issues/1129,
1409 https://github.com/fmtlib/fmt/issues/1153,
1410 https://github.com/fmtlib/fmt/pull/1155,
1411 https://github.com/fmtlib/fmt/issues/1210,
1412 https://github.com/fmtlib/fmt/issues/1222). Thanks @alabuzhev.
1415 (https://github.com/fmtlib/fmt/issues/1124,
1416 https://github.com/fmtlib/fmt/issues/1127,
1417 https://github.com/fmtlib/fmt/issues/1132,
1418 https://github.com/fmtlib/fmt/pull/1135,
1419 https://github.com/fmtlib/fmt/issues/1136,
1420 https://github.com/fmtlib/fmt/issues/1141,
1421 https://github.com/fmtlib/fmt/issues/1142,
1422 https://github.com/fmtlib/fmt/issues/1178,
1423 https://github.com/fmtlib/fmt/issues/1179,
1424 https://github.com/fmtlib/fmt/issues/1194). Thanks @pauldreik.
1427 (https://github.com/fmtlib/fmt/issues/1043). Thanks @jackyf.
1430 (https://github.com/fmtlib/fmt/pull/998,
1431 https://github.com/fmtlib/fmt/pull/1006,
1432 https://github.com/fmtlib/fmt/issues/1008,
1433 https://github.com/fmtlib/fmt/issues/1011,
1434 https://github.com/fmtlib/fmt/issues/1025,
1435 https://github.com/fmtlib/fmt/pull/1027,
1436 https://github.com/fmtlib/fmt/pull/1028,
1437 https://github.com/fmtlib/fmt/pull/1029,
1438 https://github.com/fmtlib/fmt/pull/1030,
1439 https://github.com/fmtlib/fmt/pull/1031,
1440 https://github.com/fmtlib/fmt/pull/1054,
1441 https://github.com/fmtlib/fmt/issues/1063,
1442 https://github.com/fmtlib/fmt/pull/1068,
1443 https://github.com/fmtlib/fmt/pull/1074,
1444 https://github.com/fmtlib/fmt/pull/1075,
1445 https://github.com/fmtlib/fmt/pull/1079,
1446 https://github.com/fmtlib/fmt/pull/1086,
1447 https://github.com/fmtlib/fmt/issues/1088,
1448 https://github.com/fmtlib/fmt/pull/1089,
1449 https://github.com/fmtlib/fmt/pull/1094,
1450 https://github.com/fmtlib/fmt/issues/1101,
1451 https://github.com/fmtlib/fmt/pull/1102,
1452 https://github.com/fmtlib/fmt/issues/1105,
1453 https://github.com/fmtlib/fmt/pull/1107,
1454 https://github.com/fmtlib/fmt/issues/1115,
1455 https://github.com/fmtlib/fmt/issues/1117,
1456 https://github.com/fmtlib/fmt/issues/1118,
1457 https://github.com/fmtlib/fmt/issues/1120,
1458 https://github.com/fmtlib/fmt/issues/1123,
1459 https://github.com/fmtlib/fmt/pull/1139,
1460 https://github.com/fmtlib/fmt/issues/1140,
1461 https://github.com/fmtlib/fmt/issues/1143,
1462 https://github.com/fmtlib/fmt/pull/1144,
1463 https://github.com/fmtlib/fmt/pull/1150,
1464 https://github.com/fmtlib/fmt/pull/1151,
1465 https://github.com/fmtlib/fmt/issues/1152,
1466 https://github.com/fmtlib/fmt/issues/1154,
1467 https://github.com/fmtlib/fmt/issues/1156,
1468 https://github.com/fmtlib/fmt/pull/1159,
1469 https://github.com/fmtlib/fmt/issues/1175,
1470 https://github.com/fmtlib/fmt/issues/1181,
1471 https://github.com/fmtlib/fmt/issues/1186,
1472 https://github.com/fmtlib/fmt/pull/1187,
1473 https://github.com/fmtlib/fmt/pull/1191,
1474 https://github.com/fmtlib/fmt/issues/1197,
1475 https://github.com/fmtlib/fmt/issues/1200,
1476 https://github.com/fmtlib/fmt/issues/1203,
1477 https://github.com/fmtlib/fmt/issues/1205,
1478 https://github.com/fmtlib/fmt/pull/1206,
1479 https://github.com/fmtlib/fmt/issues/1213,
1480 https://github.com/fmtlib/fmt/issues/1214,
1481 https://github.com/fmtlib/fmt/pull/1217,
1482 https://github.com/fmtlib/fmt/issues/1228,
1483 https://github.com/fmtlib/fmt/pull/1230,
1484 https://github.com/fmtlib/fmt/issues/1232,
1485 https://github.com/fmtlib/fmt/pull/1235,
1486 https://github.com/fmtlib/fmt/pull/1236,
1487 https://github.com/fmtlib/fmt/issues/1240).
1515 (https://github.com/fmtlib/fmt/pull/961,
1516 https://github.com/fmtlib/fmt/pull/967,
1517 https://github.com/fmtlib/fmt/pull/973):
1534 ![](https://github.com/fmtlib/fmt/assets/%0A576385/2a93c904-d6fa-4aa6-b453-2618e1c327d7)
1539 (https://github.com/fmtlib/fmt/issues/968,
1540 https://github.com/fmtlib/fmt/pull/974)
1552 …![](https://user-images.githubusercontent.com/576385/50405925-dbfc7e00-0770-11e9-9b85-333fab0af9ac…
1557 (https://github.com/fmtlib/fmt/issues/880,
1558 https://github.com/fmtlib/fmt/pull/881,
1559 https://github.com/fmtlib/fmt/pull/883,
1560 https://github.com/fmtlib/fmt/pull/885,
1561 https://github.com/fmtlib/fmt/pull/897,
1562 https://github.com/fmtlib/fmt/issues/920). Any object of
1579 (https://github.com/fmtlib/fmt/pull/898):
1588 (https://github.com/fmtlib/fmt/pull/924):
1597 (https://github.com/fmtlib/fmt/pull/867):
1610 (https://github.com/fmtlib/fmt/issues/628,
1611 https://github.com/fmtlib/fmt/pull/891):
1634 (https://github.com/fmtlib/fmt/pull/921). Thanks @DanielaE.
1637 (https://github.com/fmtlib/fmt/pull/934). Thanks @tnovotny.
1645 (https://github.com/fmtlib/fmt/issues/873,
1646 https://github.com/fmtlib/fmt/pull/902). Thanks @superfunc.
1657 (https://github.com/fmtlib/fmt/issues/878).
1660 (https://github.com/fmtlib/fmt/issues/164,
1661 https://github.com/fmtlib/fmt/issues/877,
1662 https://github.com/fmtlib/fmt/pull/901,
1663 https://github.com/fmtlib/fmt/pull/906,
1664 https://github.com/fmtlib/fmt/pull/979).
1669 (https://github.com/fmtlib/fmt/pull/916). Thanks @colemickens.
1672 (https://github.com/fmtlib/fmt/pull/909,
1673 https://github.com/fmtlib/fmt/pull/926,
1674 https://github.com/fmtlib/fmt/pull/937,
1675 https://github.com/fmtlib/fmt/pull/953,
1676 https://github.com/fmtlib/fmt/pull/959).
1680 (https://github.com/fmtlib/fmt/pull/914). Thanks @gabime.
1683 (https://github.com/fmtlib/fmt/pull/895). Thanks @DanielaE.
1686 (https://github.com/fmtlib/fmt/pull/913). Thanks @DanielaE.
1689 (https://github.com/fmtlib/fmt/issues/905).
1692 (https://github.com/fmtlib/fmt/pull/882,
1693 https://github.com/fmtlib/fmt/pull/886,
1694 https://github.com/fmtlib/fmt/pull/933,
1695 https://github.com/fmtlib/fmt/pull/941,
1696 https://github.com/fmtlib/fmt/issues/931,
1697 https://github.com/fmtlib/fmt/pull/943,
1698 https://github.com/fmtlib/fmt/pull/954,
1699 https://github.com/fmtlib/fmt/pull/956,
1700 https://github.com/fmtlib/fmt/pull/962,
1701 https://github.com/fmtlib/fmt/issues/965,
1702 https://github.com/fmtlib/fmt/issues/977,
1703 https://github.com/fmtlib/fmt/pull/983,
1704 https://github.com/fmtlib/fmt/pull/989).
1711 (https://github.com/fmtlib/fmt/pull/870). Thanks @medithe.
1714 (https://github.com/fmtlib/fmt/issues/865,
1715 https://github.com/fmtlib/fmt/pull/868). Thanks @hhggit.
1717 (https://github.com/fmtlib/fmt/pull/872). Thanks @foonathan.
1719 (https://github.com/fmtlib/fmt/pull/875). Thanks @CandyGumdrop.
1721 (https://github.com/fmtlib/fmt/issues/874).
1753 (https://github.com/fmtlib/fmt/issues/783):
1783 (https://github.com/fmtlib/fmt/issues/814,
1784 https://github.com/fmtlib/fmt/pull/819). Thanks @MikePopoloski.
1788 (https://github.com/fmtlib/fmt/pull/839). Thanks @teajay-fr.
1791 (https://github.com/fmtlib/fmt/issues/801,
1792 https://github.com/fmtlib/fmt/pull/810). Thanks @qis.
1795 `format_to_n` (https://github.com/fmtlib/fmt/pull/806).
1799 (https://github.com/fmtlib/fmt/issues/808).
1802 (https://github.com/fmtlib/fmt/issues/807):
1810 (https://github.com/fmtlib/fmt/pull/804,
1811 https://github.com/fmtlib/fmt/issues/809,
1812 https://github.com/fmtlib/fmt/pull/811,
1813 https://github.com/fmtlib/fmt/issues/822,
1814 https://github.com/fmtlib/fmt/pull/827,
1815 https://github.com/fmtlib/fmt/issues/830,
1816 https://github.com/fmtlib/fmt/pull/838,
1817 https://github.com/fmtlib/fmt/issues/843,
1818 https://github.com/fmtlib/fmt/pull/844,
1819 https://github.com/fmtlib/fmt/issues/851,
1820 https://github.com/fmtlib/fmt/pull/852,
1821 https://github.com/fmtlib/fmt/pull/854).
1839 (https://github.com/fmtlib/fmt/issues/762
1840 https://github.com/fmtlib/fmt/pull/767). thanks @Remotion.
1843 (https://github.com/fmtlib/fmt/pull/766). Thanks @Remotion.
1846 (https://github.com/fmtlib/fmt/issues/776).
1849 (https://github.com/fmtlib/fmt/issues/764,
1850 https://github.com/fmtlib/fmt/issues/769).
1854 (https://github.com/fmtlib/fmt/issues/751,
1855 https://github.com/fmtlib/fmt/pull/759). Thanks @drrlvn.
1859 (https://github.com/fmtlib/fmt/pull/736). Thanks @eliaskosunen.
1864 (https://github.com/fmtlib/fmt/issues/793).
1867 (https://github.com/fmtlib/fmt/issues/795).
1870 (https://github.com/fmtlib/fmt/issues/750).
1874 (https://github.com/fmtlib/fmt/issues/756).
1877 (https://github.com/fmtlib/fmt/issues/778).
1880 (https://github.com/fmtlib/fmt/issues/754).
1883 `fmt/ostream.h`. (https://github.com/fmtlib/fmt/issues/768).
1886 (https://github.com/fmtlib/fmt/issues/742,
1887 https://github.com/fmtlib/fmt/issues/748,
1888 https://github.com/fmtlib/fmt/issues/752,
1889 https://github.com/fmtlib/fmt/issues/770,
1890 https://github.com/fmtlib/fmt/pull/775,
1891 https://github.com/fmtlib/fmt/issues/779,
1892 https://github.com/fmtlib/fmt/pull/780,
1893 https://github.com/fmtlib/fmt/pull/790,
1894 https://github.com/fmtlib/fmt/pull/792,
1895 https://github.com/fmtlib/fmt/pull/800).
1904 [version 4.x](https://github.com/fmtlib/fmt/releases/tag/4.1.0)
1909 Text Formatting](https://wg21.link/P0645).
1913 checks](https://fmt.dev/latest/api.html#compile-time-format-string-checks).
1923 strings ([godbolt](https://godbolt.org/g/rnCy9Q)):
1968 ([godbolt](https://godbolt.org/g/2jQ1Dv)):
1975 support](https://fmt.dev/latest/api.html#output-iterator-support):
1986 …[format_to_n](https://fmt.dev/latest/api.html#_CPPv2N3fmt11format_to_nE8OutputItNSt6size_tE11strin…
1988 characters (https://github.com/fmtlib/fmt/issues/298):
1997 https://fmt.dev/latest/api.html#_CPPv2N3fmt14formatted_sizeE11string_viewDpRK4Args)
2008 API](https://fmt.dev/latest/api.html#core-api):
2017 bloat](https://github.com/fmtlib/fmt#compile-time-and-code-bloat).
2020 https://fmt.dev/latest/api.html#_CPPv2N3fmt16make_format_argsEDpRK4Args)
2036 arguments (https://github.com/fmtlib/fmt/issues/687,
2037 https://github.com/fmtlib/fmt/pull/694). Thanks @Kronuz.
2051 (https://github.com/fmtlib/fmt/pull/735):
2063 (https://github.com/fmtlib/fmt/pull/712):
2075 (https://github.com/fmtlib/fmt/pull/724). Thanks @DanielaE.
2083 (https://github.com/fmtlib/fmt/pull/607):
2101 API](https://fmt.dev/latest/api.html#format-api) with compile-time
2105 target (https://github.com/fmtlib/fmt/pull/606).
2108 (https://github.com/fmtlib/fmt/pull/515,
2109 https://github.com/fmtlib/fmt/issues/614,
2110 https://github.com/fmtlib/fmt/pull/617,
2111 https://github.com/fmtlib/fmt/pull/661,
2112 https://github.com/fmtlib/fmt/pull/680).
2121 (https://github.com/fmtlib/fmt/issues/636).
2124 (https://github.com/fmtlib/fmt/pull/397). Thanks @chronoxor.
2131 (https://github.com/fmtlib/fmt/pull/641). Thanks @cowo78.
2134 (https://github.com/fmtlib/fmt/pull/649). Thanks @luncliff.
2139 (https://github.com/fmtlib/fmt/pull/616). Thanks @aroig.
2142 (https://github.com/fmtlib/fmt/issues/638).
2145 (https://github.com/fmtlib/fmt/pull/497). Thanks @ginggs.
2148 (https://github.com/fmtlib/fmt/pull/626). Thanks @aroig.
2151 (https://github.com/fmtlib/fmt/pull/640,
2152 https://github.com/fmtlib/fmt/pull/656,
2153 https://github.com/fmtlib/fmt/pull/679,
2154 https://github.com/fmtlib/fmt/pull/681,
2155 https://github.com/fmtlib/fmt/pull/705,
2156 https://github.com/fmtlib/fmt/issues/715,
2157 https://github.com/fmtlib/fmt/pull/717,
2158 https://github.com/fmtlib/fmt/pull/720,
2159 https://github.com/fmtlib/fmt/pull/723,
2160 https://github.com/fmtlib/fmt/pull/726,
2161 https://github.com/fmtlib/fmt/pull/730,
2162 https://github.com/fmtlib/fmt/pull/739).
2167 (https://github.com/fmtlib/fmt/pull/653). Thanks @alabuzhev.
2170 (https://github.com/fmtlib/fmt/issues/682).
2173 (https://github.com/fmtlib/fmt/pull/655). Thanks @chenxiaolong.
2176 (https://github.com/fmtlib/fmt/issues/648).
2180 (https://github.com/fmtlib/fmt/issues/644).
2183 (https://github.com/fmtlib/fmt/issues/650).
2186 (https://github.com/fmtlib/fmt/pull/660). Thanks @hubslave.
2189 (https://github.com/fmtlib/fmt/pull/732). Thanks @dankm.
2193 (https://github.com/fmtlib/fmt/issues/664).
2196 (https://github.com/fmtlib/fmt/issues/734).
2199 (https://github.com/fmtlib/fmt/issues/668).
2202 (https://github.com/fmtlib/fmt/issues/675).
2205 (https://github.com/fmtlib/fmt/pull/676). Thanks @vgalka-sl.
2208 (https://github.com/fmtlib/fmt/issues/689).
2211 (https://github.com/fmtlib/fmt/issues/686).
2213 - Fixed DLL issues (https://github.com/fmtlib/fmt/pull/696).
2217 (https://github.com/fmtlib/fmt/issues/690).
2220 (https://github.com/fmtlib/fmt/issues/729).
2223 pointers (https://github.com/fmtlib/fmt/pull/725). Thanks @mwinterb.
2226 (https://github.com/fmtlib/fmt/pull/738). Thanks @sv1990.
2231 (https://github.com/fmtlib/fmt/pull/559). Thanks @alabuzhev.
2233 (https://github.com/fmtlib/fmt/pull/571 and
2234 https://github.com/fmtlib/fmt/pull/578).
2237 (https://github.com/fmtlib/fmt/issues/581). Thanks @crusader-mike.
2239 (https://github.com/fmtlib/fmt/pull/547). Thanks @rollbear.
2241 (https://github.com/fmtlib/fmt/pull/563). Thanks @Yelnats321.
2243 (https://github.com/fmtlib/fmt/pull/583). Thanks @mwinterb.
2246 (https://github.com/fmtlib/fmt/pull/591). Thanks @ludekvodicka.
2249 (https://github.com/fmtlib/fmt/issues/551), ill-formed
2250 macros (https://github.com/fmtlib/fmt/pull/542) and
2252 (https://github.com/fmtlib/fmt/issues/580). Thanks @xylosper.
2254 (https://github.com/fmtlib/fmt/pull/605,
2255 https://github.com/fmtlib/fmt/pull/602, and
2256 https://github.com/fmtlib/fmt/pull/545), clang
2257 (https://github.com/fmtlib/fmt/pull/582), GCC
2258 (https://github.com/fmtlib/fmt/issues/573), various
2259 conversion warnings (https://github.com/fmtlib/fmt/pull/609,
2260 https://github.com/fmtlib/fmt/pull/567,
2261 https://github.com/fmtlib/fmt/pull/553 and
2262 https://github.com/fmtlib/fmt/pull/553), and added
2264 (https://github.com/fmtlib/fmt/pull/549 and
2265 https://github.com/fmtlib/fmt/issues/555).
2269 (https://github.com/fmtlib/fmt/pull/610) and fixed warnings
2270 (https://github.com/fmtlib/fmt/pull/536 and
2271 https://github.com/fmtlib/fmt/pull/556).
2277 (https://github.com/fmtlib/fmt/pull/527). Thanks @maddinat0r.
2281 (https://github.com/fmtlib/fmt/issues/326 and
2282 https://github.com/fmtlib/fmt/pull/441):
2293 generic specifier (https://github.com/fmtlib/fmt/pull/453),
2295 (https://github.com/fmtlib/fmt/pull/490), added custom
2296 writer support (https://github.com/fmtlib/fmt/issues/476)
2298 (https://github.com/fmtlib/fmt/pull/339 and
2299 https://github.com/fmtlib/fmt/pull/340):
2309 See also https://github.com/fmtlib/fmt/issues/360,
2310 https://github.com/fmtlib/fmt/issues/335 and
2311 https://github.com/fmtlib/fmt/issues/331.
2315 (https://github.com/fmtlib/fmt/pull/450). Thanks @polyvertex.
2319 (https://github.com/fmtlib/fmt/pull/466):
2333 (https://github.com/fmtlib/fmt/pull/444). Thanks @polyvertex.
2334 See also https://github.com/fmtlib/fmt/issues/439.
2337 (https://github.com/fmtlib/fmt/issues/323 and
2338 https://github.com/fmtlib/fmt/pull/526). Thanks @maddinat0r.
2342 (https://github.com/fmtlib/fmt/pull/396). Thanks @codicodi.
2345 (https://github.com/fmtlib/fmt/pull/389 and
2346 https://github.com/fmtlib/fmt/pull/390). Thanks @chronoxor.
2349 (https://github.com/fmtlib/fmt/pull/493). Thanks @effzeh. See also
2350 https://github.com/fmtlib/fmt/issues/480 and
2351 https://github.com/fmtlib/fmt/issues/491.
2356 (https://github.com/fmtlib/fmt/issues/357).
2359 (https://github.com/fmtlib/fmt/pull/494,
2360 https://github.com/fmtlib/fmt/pull/499,
2361 https://github.com/fmtlib/fmt/pull/483,
2362 https://github.com/fmtlib/fmt/pull/485,
2363 https://github.com/fmtlib/fmt/pull/482,
2364 https://github.com/fmtlib/fmt/pull/475,
2365 https://github.com/fmtlib/fmt/pull/473 and
2366 https://github.com/fmtlib/fmt/pull/414).
2370 (https://github.com/fmtlib/fmt/pull/511 and
2371 https://github.com/fmtlib/fmt/pull/513), supported
2373 (https://github.com/fmtlib/fmt/pull/354), fixed issue with
2375 (https://github.com/fmtlib/fmt/issues/418,
2376 https://github.com/fmtlib/fmt/pull/419 and
2377 https://github.com/fmtlib/fmt/pull/420).
2380 - Improved documentation (https://github.com/fmtlib/fmt/pull/393).
2386 (https://github.com/fmtlib/fmt/issues/411).
2388 (https://github.com/fmtlib/fmt/pull/409). Thanks @alabuzhev.
2390 (https://github.com/fmtlib/fmt/issues/413).
2392 (https://github.com/fmtlib/fmt/issues/507).
2394 (https://github.com/fmtlib/fmt/issues/423).
2396 (https://github.com/fmtlib/fmt/issues/425).
2398 (https://github.com/fmtlib/fmt/pull/457). Thanks @calumr.
2400 (https://github.com/fmtlib/fmt/pull/458). Thanks @Gachapen.
2402 (https://github.com/fmtlib/fmt/pull/503). Thanks @Quentin01.
2404 (https://github.com/fmtlib/fmt/pull/455). Thanks @EricWF.
2406 (https://github.com/fmtlib/fmt/issues/505).
2407 - Fixed DLL issues (https://github.com/fmtlib/fmt/pull/469 and
2408 https://github.com/fmtlib/fmt/pull/502).
2411 (https://github.com/fmtlib/fmt/issues/433).
2413 (https://github.com/fmtlib/fmt/pull/403,
2414 https://github.com/fmtlib/fmt/pull/410 and
2415 https://github.com/fmtlib/fmt/pull/510).
2418 (https://github.com/fmtlib/fmt/issues/519).
2420 (https://github.com/fmtlib/fmt/issues/479).
2426 (https://github.com/fmtlib/fmt/issues/353).
2428 (https://github.com/fmtlib/fmt/issues/373).
2430 (https://github.com/fmtlib/fmt/issues/367).
2432 (https://github.com/fmtlib/fmt/issues/318,
2433 https://github.com/fmtlib/fmt/issues/250, also merged
2434 https://github.com/fmtlib/fmt/pull/385 and
2435 https://github.com/fmtlib/fmt/pull/361).
2438 (https://github.com/fmtlib/fmt/pull/327,
2439 https://github.com/fmtlib/fmt/issues/345 and
2440 https://github.com/fmtlib/fmt/pull/381), FreeBSD
2441 (https://github.com/fmtlib/fmt/pull/358), Cygwin
2442 (https://github.com/fmtlib/fmt/issues/388), MinGW
2443 (https://github.com/fmtlib/fmt/issues/355) as well as other
2444 issues (https://github.com/fmtlib/fmt/issues/350,
2445 https://github.com/fmtlib/fmt/issues/355,
2446 https://github.com/fmtlib/fmt/pull/348,
2447 https://github.com/fmtlib/fmt/pull/402,
2448 https://github.com/fmtlib/fmt/pull/405).
2451 (https://github.com/fmtlib/fmt/issues/320,
2452 https://github.com/fmtlib/fmt/pull/333,
2453 https://github.com/fmtlib/fmt/issues/347,
2454 https://github.com/fmtlib/fmt/pull/362). Thanks @smellman.
2460 (https://github.com/fmtlib/fmt/issues/307). Library headers
2471 The documentation is now available at <https://fmt.dev>.
2476 formatting](https://fmt.dev/3.0.0/api.html#date-and-time-formatting)
2477 (https://github.com/fmtlib/fmt/issues/283):
2509 formatters](https://fmt.dev/3.0.0/api.html#argument-formatters)
2510 (https://github.com/fmtlib/fmt/issues/235).
2513 specifier (https://github.com/fmtlib/fmt/issues/305):
2522 (https://github.com/fmtlib/fmt/issues/265):
2532 (https://github.com/fmtlib/fmt/issues/255):
2541 (https://github.com/fmtlib/fmt/issues/231).
2544 compiler (https://github.com/fmtlib/fmt/issues/311,
2545 https://github.com/fmtlib/fmt/pull/312).
2549 (https://github.com/fmtlib/fmt/pull/243,
2550 https://github.com/fmtlib/fmt/pull/249,
2551 https://github.com/fmtlib/fmt/issues/317):
2553 …![](https://cloud.githubusercontent.com/assets/4831417/11614060/b9e826d2-9c36-11e5-8666-d4131bf503…
2555 …![](https://cloud.githubusercontent.com/assets/4831417/11614080/6ac903cc-9c37-11e5-8165-26df6efae3…
2559 - Compile test fixes (https://github.com/fmtlib/fmt/pull/313).
2562 - Documentation fixes (https://github.com/fmtlib/fmt/pull/239,
2563 https://github.com/fmtlib/fmt/issues/248,
2564 https://github.com/fmtlib/fmt/issues/252,
2565 https://github.com/fmtlib/fmt/pull/258,
2566 https://github.com/fmtlib/fmt/issues/260,
2567 https://github.com/fmtlib/fmt/issues/301,
2568 https://github.com/fmtlib/fmt/pull/309).
2572 (https://github.com/fmtlib/fmt/issues/244,
2573 https://github.com/fmtlib/fmt/pull/256,
2574 https://github.com/fmtlib/fmt/pull/259,
2575 https://github.com/fmtlib/fmt/issues/263,
2576 https://github.com/fmtlib/fmt/issues/274,
2577 https://github.com/fmtlib/fmt/pull/277,
2578 https://github.com/fmtlib/fmt/pull/286,
2579 https://github.com/fmtlib/fmt/issues/291,
2580 https://github.com/fmtlib/fmt/issues/296,
2581 https://github.com/fmtlib/fmt/issues/308).
2585 (https://github.com/fmtlib/fmt/issues/280,
2586 https://github.com/fmtlib/fmt/pull/285) Thanks @mwinterb.
2589 (https://github.com/fmtlib/fmt/pull/273). Thanks @niosHD.
2592 (https://github.com/fmtlib/fmt/pull/271). Thanks @newnon.
2595 (https://github.com/fmtlib/fmt/issues/261,
2596 https://github.com/fmtlib/fmt/pull/262). Thanks @mwinterb.
2599 (https://github.com/fmtlib/fmt/pull/251).
2603 (https://github.com/fmtlib/fmt/pull/245).
2607 (https://github.com/fmtlib/fmt/issues/304).
2610 clang (https://github.com/fmtlib/fmt/issues/276).
2613 https://github.com/google/googletest/issues/705 on gcc 6
2614 (https://github.com/fmtlib/fmt/issues/268). Thanks @octoploid.
2622 (https://github.com/fmtlib/fmt/pull/299). Thanks @niosHD.
2624 (https://github.com/fmtlib/fmt/issues/252).
2629 (https://github.com/fmtlib/fmt/pull/267):
2648 (https://github.com/fmtlib/fmt/issues/264). Thanks @niosHD.
2650 (https://github.com/fmtlib/fmt/issues/241). Thanks @Gachapen.
2652 (https://github.com/fmtlib/fmt/issues/248,
2653 https://github.com/fmtlib/fmt/issues/260).
2660 (https://github.com/fmtlib/fmt/pull/169,
2661 https://github.com/fmtlib/fmt/pull/173,
2662 https://github.com/fmtlib/fmt/pull/174):
2671 arguments (https://github.com/fmtlib/fmt/pull/204,
2672 https://github.com/fmtlib/fmt/pull/206,
2673 https://github.com/fmtlib/fmt/pull/207):
2684 (https://github.com/fmtlib/fmt/issues/141). Thanks @Shauren.
2687 (https://github.com/fmtlib/fmt/pull/168):
2697 (https://github.com/fmtlib/fmt/issues/232).
2700 \"false\" (https://github.com/fmtlib/fmt/issues/170):
2715 (https://github.com/fmtlib/fmt/pull/223):
2725 (https://github.com/fmtlib/fmt/pull/217).
2728 specifier (https://github.com/fmtlib/fmt/pull/223):
2738 with glibc (https://github.com/fmtlib/fmt/pull/226).
2744 (https://github.com/fmtlib/fmt/issues/201):
2752 (https://github.com/fmtlib/fmt/issues/140). Thanks @polyvertex.
2757 (https://github.com/fmtlib/fmt/issues/100,
2758 https://github.com/fmtlib/fmt/issues/159,
2759 https://github.com/fmtlib/fmt/issues/183):
2769 (https://github.com/fmtlib/fmt/issues/185).
2773 by default (https://github.com/fmtlib/fmt/issues/197,
2774 https://github.com/fmtlib/fmt/issues/198,
2775 https://github.com/fmtlib/fmt/issues/200). Thanks @maddinat0r.
2778 (https://github.com/fmtlib/fmt/pull/215). Thanks @dmkrepo.
2782 (https://github.com/fmtlib/fmt/issues/171). Thanks @alfps.
2787 configuration (https://github.com/fmtlib/fmt/issues/152,
2788 https://github.com/fmtlib/fmt/pull/153,
2789 https://github.com/fmtlib/fmt/pull/154). Thanks @DevO2012.
2792 (https://github.com/fmtlib/fmt/issues/171). Thanks @alfps.
2796 (https://github.com/fmtlib/fmt/issues/205,
2797 https://github.com/fmtlib/fmt/pull/208). Thanks @JodiTheTigger.
2804 stream buffer (https://github.com/fmtlib/fmt/issues/92,
2805 https://github.com/fmtlib/fmt/pull/230). Thanks @NotImplemented.
2809 (https://github.com/fmtlib/fmt/issues/186).
2811 size](https://github.com/fmtlib/fmt#compile-time-and-code-bloat)
2812 (https://github.com/fmtlib/fmt/issues/143,
2813 https://github.com/fmtlib/fmt/pull/149).
2819 (https://github.com/fmtlib/fmt/issues/178). Thanks @jackyf.
2823 conflicts (https://github.com/fmtlib/fmt/issues/178).
2826 - C++ Format is now available in [Debian](https://www.debian.org/)
2828 ([stretch](https://packages.debian.org/source/stretch/cppformat),
2829 [sid](https://packages.debian.org/source/sid/cppformat)) and derived
2831 [Ubuntu](https://launchpad.net/ubuntu/+source/cppformat) 15.10 and
2832 later (https://github.com/fmtlib/fmt/issues/155):
2839 RHEL](https://admin.fedoraproject.org/pkgdb/package/cppformat/) are
2843 OS X (https://github.com/fmtlib/fmt/issues/157):
2852 and reliability (https://github.com/fmtlib/fmt/issues/128).
2855 https://fmt.dev/2.0.0/usage.html#building-the-documentation)
2858 pip versions. (https://github.com/fmtlib/fmt/pull/189,
2859 https://github.com/fmtlib/fmt/issues/209).
2862 (https://github.com/fmtlib/fmt/issues/36,
2863 https://github.com/fmtlib/fmt/issues/75,
2864 https://github.com/fmtlib/fmt/issues/125,
2865 https://github.com/fmtlib/fmt/pull/160,
2866 https://github.com/fmtlib/fmt/pull/161,
2867 https://github.com/fmtlib/fmt/issues/162,
2868 https://github.com/fmtlib/fmt/issues/165,
2869 https://github.com/fmtlib/fmt/issues/210).
2872 (https://github.com/fmtlib/fmt/issues/177). Thanks @jackyf.
2877 (https://github.com/fmtlib/fmt/issues/136). Thanks @Gachapen.
2881 (https://github.com/fmtlib/fmt/issues/131,
2882 https://github.com/fmtlib/fmt/issues/139):
2892 (https://github.com/fmtlib/fmt/issues/129,
2893 https://github.com/fmtlib/fmt/pull/130,
2894 https://github.com/fmtlib/fmt/issues/132). Thanks @cstamford.
2897 (https://github.com/fmtlib/fmt/issues/144).
2900 in MSVC2012 (https://github.com/fmtlib/fmt/issues/148).
2903 header-only configuration (https://github.com/fmtlib/fmt/issues/171).
2907 (https://github.com/fmtlib/fmt/issues/187,
2908 https://github.com/fmtlib/fmt/issues/192).
2911 (https://github.com/fmtlib/fmt/issues/188).
2914 (https://github.com/fmtlib/fmt/issues/95,
2915 https://github.com/fmtlib/fmt/issues/96,
2916 https://github.com/fmtlib/fmt/pull/114,
2917 https://github.com/fmtlib/fmt/issues/135,
2918 https://github.com/fmtlib/fmt/issues/142,
2919 https://github.com/fmtlib/fmt/issues/145,
2920 https://github.com/fmtlib/fmt/issues/146,
2921 https://github.com/fmtlib/fmt/issues/158,
2922 https://github.com/fmtlib/fmt/issues/163,
2923 https://github.com/fmtlib/fmt/issues/175,
2924 https://github.com/fmtlib/fmt/issues/190,
2925 https://github.com/fmtlib/fmt/pull/191,
2926 https://github.com/fmtlib/fmt/issues/194,
2927 https://github.com/fmtlib/fmt/pull/196,
2928 https://github.com/fmtlib/fmt/issues/216,
2929 https://github.com/fmtlib/fmt/pull/218,
2930 https://github.com/fmtlib/fmt/pull/220,
2931 https://github.com/fmtlib/fmt/pull/229,
2932 https://github.com/fmtlib/fmt/issues/233,
2933 https://github.com/fmtlib/fmt/issues/234,
2934 https://github.com/fmtlib/fmt/pull/236,
2935 https://github.com/fmtlib/fmt/issues/281,
2936 https://github.com/fmtlib/fmt/issues/289).
2943 (https://github.com/fmtlib/fmt/issues/138,
2944 https://github.com/fmtlib/fmt/issues/179,
2945 https://github.com/fmtlib/fmt/issues/180,
2946 https://github.com/fmtlib/fmt/issues/202,
2947 https://github.com/fmtlib/fmt/issues/225, [Red Hat Bugzilla
2948 Bug 1260297](https://bugzilla.redhat.com/show_bug.cgi?id=1260297)).
2952 `_CRTDBG_MAP_ALLOC` is set (https://github.com/fmtlib/fmt/issues/211).
2955 (https://github.com/fmtlib/fmt/pull/212). Thanks @dean0x7d.
2958 specified (https://github.com/fmtlib/fmt/pull/214).
2962 (https://github.com/fmtlib/fmt/pull/236). Thanks @Jopie64.
2965 (https://github.com/fmtlib/fmt/issues/227).
2968 (https://github.com/fmtlib/fmt/pull/228). Thanks @dean0x7d.
2974 (https://github.com/fmtlib/fmt/issues/105 and
2975 https://github.com/fmtlib/fmt/issues/122):
2988 (https://github.com/fmtlib/fmt/pull/115,
2989 https://github.com/fmtlib/fmt/pull/116,
2990 https://github.com/fmtlib/fmt/pull/118 and
2991 https://github.com/fmtlib/fmt/pull/121). Previously these
2996 (https://github.com/fmtlib/fmt/pull/119). Thanks @TrentHouliston.
3001 (https://github.com/fmtlib/fmt/pull/98 and
3002 https://github.com/fmtlib/fmt/pull/104).
3006 https://developer.android.com/tools/sdk/ndk/index.html)
3007 (https://github.com/fmtlib/fmt/pull/107). Thanks @newnon.
3009 The [android-ndk-example](https://github.com/fmtlib/android-ndk-example)
3012 ![](https://raw.githubusercontent.com/fmtlib/android-ndk-example/master/screenshot.png)
3015 (https://github.com/fmtlib/fmt/issues/54).
3018 (https://github.com/fmtlib/fmt/pull/110,
3019 https://github.com/fmtlib/fmt/pull/111
3020 https://github.com/fmtlib/fmt/pull/112). Thanks @CarterLi.
3023 strings (https://github.com/fmtlib/fmt/issues/117).
3027 (https://github.com/fmtlib/fmt/issues/109).
3030 (https://github.com/fmtlib/fmt/issues/124).
3032 - Fixed packaging issues (https://github.com/fmtlib/fmt/issues/94).
3034 - Added [changelog](https://github.com/fmtlib/fmt/blob/master/ChangeLog.md)
3035 (https://github.com/fmtlib/fmt/issues/103).
3049 (https://github.com/fmtlib/fmt/issues/79). This eliminates
3054 `std::wostream` (https://github.com/fmtlib/fmt/issues/86):
3061 (https://github.com/fmtlib/fmt/issues/89).
3064 (https://github.com/fmtlib/fmt/issues/90):
3070 - Fix build on Android NDK (https://github.com/fmtlib/fmt/issues/93).
3111 (https://github.com/fmtlib/fmt/issues/69)
3115 (https://github.com/fmtlib/fmt/issues/73):
3122 results](https://github.com/fmtlib/fmt#compile-time-and-code-bloat),
3132 …| ![](https://cloud.githubusercontent.com/assets/576385/4792130/cd256436-5de3-11e4-9a62-c077d0c2b0…
3145 https://github.com/fmtlib/fmt/issues/55):
3215 https://github.com/fmtlib/fmt/issues/50.