launchdarkly / cpp-sdks

C++ Client/Server SDKs
Other
5 stars 3 forks source link

fix: use insert_or_assign in expiration tracker #312

Closed cwaldren-ld closed 11 months ago

cwaldren-ld commented 11 months ago

Current usage of assign will be a no-op if the expiry for an existing item is added.