You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src\logging\eventlog.cpp(20): error C2664: 'std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration>::time_point(std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration> &&)': cannot convert argument 1 from 'std::chrono::system_clock::time_point' to 'const std::chrono::steady_clock::duration &'
1> d:\apps\cpp.react-master\src\logging\eventlog.cpp(20): note: Reason: cannot convert from 'std::chrono::system_clock::time_point' to 'const std::chrono::steady_clock::duration'
1> d:\apps\cpp.react-master\src\logging\eventlog.cpp(20): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
The text was updated successfully, but these errors were encountered:
xgdgsc
changed the title
src\logging\eventlog.cpp(20): error C2664: 'std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration>::time_point(std::chrono::time_point<std::chrono::steady_clock,std::chrono::steady_clock::duration> &&)': cannot convert argument 1 from 'std::chrono::system_clock::time_point' to 'const std::chrono::steady_clock::duration &'
src\logging\eventlog.cpp(20): error C2664:
Aug 10, 2016
When building with VS 2015, it shows error:
The text was updated successfully, but these errors were encountered: