Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fix issues exposed by building with MSVC and /permissive-. #11269

Merged
merged 1 commit into from
Apr 27, 2017
Merged

Fix issues exposed by building with MSVC and /permissive-. #11269

merged 1 commit into from
Apr 27, 2017

Conversation

xiangfan-ms
Copy link

Using full-qualified name to declare members inside class is ill-formed and incorrectly allowed by MSVC.
MSVC now gives error when /permissive- is used.

Using full-qualified name to declare members inside class is ill-formed and incorrectly allowed by MSVC.
MSVC now gives error when /permissive- is used.
Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

Thanks!

@jkotas jkotas merged commit e60e06f into dotnet:master Apr 27, 2017
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants