-
Notifications
You must be signed in to change notification settings - Fork 30
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
using namespace has the wrong scope? #259
Comments
that shouldn't be the case (there must be a bug), what is the full code snippet? |
Oh strange -- the code appeared to be just the 1st line in a method, so I assumed the repro was easy, but I just tried a simple project and it's not reproing, so it looks like something early on our code is causing some failure. I'll see if I can get an isolated repro.... |
Here's a repro below -- the lambda is causing breakage on all "using namespace" that occurs later on in the file -- using some incorrect parameter TM scopes:
|
Ah it was the |
Is this a bug? I'm seeing using namespace have some "parameter" TM scope instead of the previous scopes.
The text was updated successfully, but these errors were encountered: