Skip to content
New issue

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

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

Already on GitHub? # to your account

Logging fix #28

Merged
merged 4 commits into from
Mar 23, 2018
Merged

Logging fix #28

merged 4 commits into from
Mar 23, 2018

Conversation

abitmore
Copy link
Member

No description provided.

Copy link

@pmconrad pmconrad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

}

limited_mutable_variant_object& limited_mutable_variant_object::operator()( const variant_object& vo )
{
mutable_variant_object::operator()( vo );
if( _reached_depth_limit )

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think modifying this is necessary, but doesn't hurt either.
(vo is basically a map string->variant, which is 1 level deep - no recursion into sub-variant etc.)

@abitmore abitmore merged commit 0fe2e61 into master Mar 23, 2018
@abitmore abitmore deleted the variant_test branch March 23, 2018 20:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants