Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#105 Support std::initializer_list in basic_node constructors #173

Merged
merged 5 commits into from
Oct 21, 2023

Conversation

fktn-k
Copy link
Owner

@fktn-k fktn-k commented Oct 21, 2023

It has been supported to construct basic_node objects with std::initializer_list object.
As a helper class, node_ref_storage class has also been implemented to wrap basic_node {l|r}values in std::initializer_list objects, which aims to increase memory efficiency and thus performance in constructing a new basic_node object.

Furthermore, Test cases for newly added public/private APIs have been added to cover the whole parts of the fkYAML library's implementation.

Related items: #105.

@fktn-k fktn-k added the improvement refactoring or optimization without public API changes label Oct 21, 2023
@fktn-k fktn-k added this to the Release v0.1.3 milestone Oct 21, 2023
@fktn-k fktn-k self-assigned this Oct 21, 2023
@coveralls
Copy link

coveralls commented Oct 21, 2023

Coverage Status

coverage: 100.0%. remained the same when pulling c7b6103 on feature/105_ctor_with_init_list into a95cc89 on develop.

@fktn-k fktn-k merged commit e5c30c3 into develop Oct 21, 2023
104 checks passed
@fktn-k fktn-k deleted the feature/105_ctor_with_init_list branch October 21, 2023 17:58
@fktn-k fktn-k modified the milestones: Release v0.1.3, Release v0.2.0 Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement refactoring or optimization without public API changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants