Skip to content

C++/WinRT must skip empty namespaces when including parents#212

Merged
kennykerr merged 4 commits into
masterfrom
kennykerr
Mar 8, 2019
Merged

C++/WinRT must skip empty namespaces when including parents#212
kennykerr merged 4 commits into
masterfrom
kennykerr

Conversation

@kennykerr

Copy link
Copy Markdown
Contributor

When "winrt/A.B.C.D.h" is included, C+/WinRT will automatically include it's parent namespace header as well. However, if the parent is empty then the header will not exist and C++/WinRT must keep looking for a non-empty parent header to include, if any.

This is now handled correctly with tests to validate.

@kennykerr kennykerr merged commit 5116491 into master Mar 8, 2019
@kennykerr kennykerr deleted the kennykerr branch March 8, 2019 15:40
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.

2 participants