Skip to content

Convert IInspectable to IXlangObject#359

Merged
DefaultRyan merged 6 commits into
masterfrom
defaultryan/XlangObject
Apr 26, 2019
Merged

Convert IInspectable to IXlangObject#359
DefaultRyan merged 6 commits into
masterfrom
defaultryan/XlangObject

Conversation

@DefaultRyan

Copy link
Copy Markdown
Member

In addition to the conversion, this also provides the default implementations for GetObjectInfo and Equals.

Comment thread src/tool/cppxlang/strings/base_array.h
private:

IReference<T>(IInspectable const& value) : IReference<T>(value.as<IReference<T>>())
IReference<T>(IXlangObject const& value) : IReference<T>(value.as<IReference<T>>())

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We haven't speced out boxing/nullable yet. Should we still have IReference here?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

It should be removed from the Foundation PR.

@DefaultRyan DefaultRyan merged commit 6903bcc into master Apr 26, 2019
@DefaultRyan DefaultRyan deleted the defaultryan/XlangObject branch April 26, 2019 22:32
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.

3 participants