fmt icon indicating copy to clipboard operation
fmt copied to clipboard

Change std::copy to detail::copy in chrono to fix MSVC 19.41.34120 compile errors

Open tinfoilboy opened this issue 1 year ago • 0 comments

Follows the same rationale as commit 6e462b8 to replace std::copy usage with the library detail::copy. Without this, latest MSVC versions will fail to compile when using chrono types.

Compile result before changing to detail::copy: https://www.godbolt.org/z/G5MGeWva6

Compile result after: https://www.godbolt.org/z/vYex485oz

tinfoilboy avatar Aug 28 '24 07:08 tinfoilboy