{"id":8507,"date":"2020-04-08T11:49:17","date_gmt":"2020-04-08T15:49:17","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=8507"},"modified":"2020-04-08T11:49:17","modified_gmt":"2020-04-08T15:49:17","slug":"fmt-6-2-0-release","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/fmt-6-2-0-release\/","title":{"rendered":"The Open-source fmt 6.2.0 Release is now Available"},"content":{"rendered":"\n
The new open-source fmt 6.2.0 release has been announced and is now available for download from the official repository.<\/p>\n\n\n\n
This formatting library for C++ comes with some improvements and optimizations including reduced library size. Also included is improved error reporting when trying to format an object of a non-formattable type.<\/p>\n\n\n\n
There is now explicit printing of the decimal point if # is specified. This example here OS-specific APIs have been moved to a dedicated file. UTF-8 handling has also got some improvements together with dynamic argument storage.<\/p>\n\n\n\n To these and the entire list of fixes and improvements, you can check out the release notes from the official source repository. You can also download the fmt 6.2.0 release library<\/a> from the Github repo here<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":" The new open-source fmt 6.2.0 release has been announced and is now available for download from the official repository. This formatting library for C++ comes with some improvements and optimizations…<\/p>\n","protected":false},"author":1,"featured_media":8508,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25,13,16,18],"tags":[111,143,184,350,431,433,471,543,544,591],"yoast_head":"\n fmt::print("{:#.0f}", 42.0);<\/code> would now print
42.<\/code> when implemented. This is in addition to other formating specifiers.<\/p>\n\n\n\n