Skip to content

Issue 15791 - Cannot get a stored nested struct object from Variant #4074

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

Merged
merged 2 commits into from
Mar 20, 2016

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Mar 12, 2016

No description provided.

@dlang-bot
Copy link
Contributor

Fix Bugzilla Description
15791 Cannot get a stored nested struct object from Variant

@@ -297,7 +300,9 @@ private:
{
static if (T.sizeof > 0)
assert(target, "target must be non-null");
*zat = *src;

//*zat = *src;
Copy link
Contributor

Choose a reason for hiding this comment

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

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was a garbage. Removed.

@DmitryOlshansky
Copy link
Member

LGTM

1 similar comment
@atilaneves
Copy link
Contributor

LGTM

@DmitryOlshansky
Copy link
Member

Auto-merge toggled on

DmitryOlshansky added a commit that referenced this pull request Mar 20, 2016
Issue 15791 - Cannot get a stored nested struct object from Variant
@DmitryOlshansky DmitryOlshansky merged commit 7ebdd93 into dlang:master Mar 20, 2016
@9rnsr
Copy link
Contributor Author

9rnsr commented Mar 20, 2016

Thanks!

@9rnsr 9rnsr deleted the fix15791 branch April 1, 2016 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants