Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.7.0, 6.7.1
-
None
-
MSVC Version 17.9.0
ISO C++20 Standard (/std:c++20)
-
-
2
-
88702cc87 (dev), d3c060def (6.7), d23764c5a (dev), 665aaf9f6 (6.8), 1c92fb8de (6.7)
-
Foundation Sprint 108
Description
Using the QDate constructor that take std::chrono::year_month_day results in a link error "unresolved external symbol: stdSysDaysToJulianDay"
The following code triggers the link error.
auto date = QDate(std::chrono::year_month_day{});