launchdarkly / cpp-sdks

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

fix: double variation was returning ints #335

Closed cwaldren-ld closed 9 months ago

cwaldren-ld commented 9 months ago

The C bindings for DoubleVariation/Detail were returning int instead of double.

Since this is totally wrong, I'm regarding it as a bugfix rather than as a breaking change.