You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
changed the title [-]Implicit member resolution for namespaces[/-][+]Implicit member resolution for namespaces through a 'using' keyword[/+]on Sep 16, 2015
Activity
DanielRosenwasser commentedon Sep 16, 2015
Related to (but not quite quite a duplicate of) #2819.
[-]using namespace std[/-][+]Implicit member resolution for namespaces[/+][-]Implicit member resolution for namespaces[/-][+]Implicit member resolution for namespaces through a 'using' keyword[/+]NoelAbrahams commentedon Sep 16, 2015
Also related to #2956.
DanielRosenwasser commentedon Sep 16, 2015
Thanks @NoelAbrahams! Looks like we should be tracking that there.