|
From: Markus S. <mar...@gm...> - 2018-02-24 10:41:16
|
On Sun, Feb 18, 2018 at 10:32 AM, Shane Carr via icu-design < icu...@li...> wrote: > I'm not sure I follow? The existing *formatMeasures* method accepts a *const > Measure** parameter, not *Measure[]*: > Same thing. It's an array of objects. Andi is asking for an array of pointers. In newer APIs, we have been trying to move away from using Measure because it requires making intermediate objects that are essentially pairs of (number, unit). So this might take a little thought. markus PS: Questions and feature requests are better on the support list, and feature requests eventually become Trac tickets (which we can file). |