google / cctz

CCTZ is a C++ library for translating between absolute and civil times using the rules of a time zone.
Apache License 2.0
596 stars 166 forks source link

Prefer std::copy_n() over std::copy() where appropriate #250

Closed devbww closed 1 year ago

devbww commented 1 year ago

This change is Reviewable