pugixml icon indicating copy to clipboard operation
pugixml copied to clipboard

Added bool set_value(const char_t* rhs, size_t sz).

Open vng opened this issue 2 years ago • 1 comments

Useful when creating values from std::string_view

vng avatar Apr 13 '22 13:04 vng

The change itself makes sense but it would be nice to apply the same change to xml_node::set_value as well as xml_text::set.

zeux avatar Sep 13 '22 19:09 zeux

The change itself makes sense but it would be nice to apply the same change to xml_node::set_value as well as xml_text::set.

Hi @zeux, I have attempted to implement those changes, that you have requested in #522. Could you take a look?

Ferenc- avatar Sep 29 '22 16:09 Ferenc-

Thanks for merging this @zeux! Is there any ETA for when this gets in a new release?

PureTryOut avatar Oct 08 '22 09:10 PureTryOut

Unsure, likely later this year.

zeux avatar Oct 08 '22 15:10 zeux