Skip to content
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

Implicit member resolution for namespaces through a 'using' keyword #4816

Closed
d180cf opened this issue Sep 16, 2015 · 3 comments
Closed

Implicit member resolution for namespaces through a 'using' keyword #4816

d180cf opened this issue Sep 16, 2015 · 3 comments
Labels
Duplicate An existing issue was already created

Comments

@d180cf
Copy link

d180cf commented Sep 16, 2015

Are there plans to support the using keyword? In large projects there are usually set of modules called "utils" and it's pretty annoying to write import foo = utils.foo; for every used entity.

@DanielRosenwasser
Copy link
Member

Related to (but not quite quite a duplicate of) #2819.

@DanielRosenwasser DanielRosenwasser changed the title using namespace std Implicit member resolution for namespaces Sep 16, 2015
@DanielRosenwasser DanielRosenwasser changed the title Implicit member resolution for namespaces Implicit member resolution for namespaces through a 'using' keyword Sep 16, 2015
@NoelAbrahams
Copy link

Also related to #2956.

@DanielRosenwasser
Copy link
Member

Thanks @NoelAbrahams! Looks like we should be tracking that there.

@DanielRosenwasser DanielRosenwasser added the Duplicate An existing issue was already created label Sep 16, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

3 participants