-1

PdxReader holds state. All calls to read the state on PdxReader also result
in a change in that state.

On Fri, Sep 15, 2017 at 10:40 AM Mark Hanson <mhan...@pivotal.io> wrote:

> Note the const on PdxReaderPtr virtual void fromData(const PdxReaderPtr
> input);
>
> Hi All,
>
> So there is a question outstanding about whether or not we want to add
> const to PdxReaderPtr for fromData calls. It seems reasonable and plausible.
>
> Proposal: Change to virtual void fromData(const PdxReaderPtr input) from
> virtual void fromData(PdxReaderPtr input)
>
> Get your +1’s and -1’s in to vote.
>
> Thanks,
> Mark

Reply via email to