Skip to content

Set parsed for attributes

Andrii Verbytskyi requested to merge set_parsed_for_attributes into master

Fixing a defect in attributes logic: the attributes should be set parsed after the parsing.

Tag @abuckley

The motivation here is that the result of a call to explicit constructor with a value should be the same as "a call of Attribute(const std::string &st)" with subsequent parsing of the string.

Edited by Andrii Verbytskyi

Merge request reports

Loading