Posts by this author

Jun 1, 2021
3
0

C++20’s Extensions to Chrono Available in Visual Studio 2019 version 16.10

While the header has been available as part of the STL since C++11, among the changes included in C++20 there were several extensions to chrono including support for calendrical types, time zones, leap seconds, and integration with format. A great deal of innovation and work was required in order to complete these additional features; shipping the...

C++Announcement