Home
Dashboard
Directory
Help
Sign in
Microsoft
Connect
Your feedback improving Microsoft products
Search
Feedback
All Connect
Visual Studio and .NET Framework Home
Downloads
Feedback
Surveys
Refine Search Results
Status
All
Active
Resolved
Closed
Votes
Total Votes (at least)
Workarounds
Total Workarounds (at least)
Validations
Total Validations (at least)
Comments
Total Comments (at least)
Time
Created in the last (days)
Updated in the last (days)
Scope
All Feedback
Your Feedback
Product Search Results
Sort By:
Newest
Last Updated
Up-Votes
Total Votes
Title (A-Z)
Title (Z-A)
Down-Votes
Oldest
You searched for:
items submitted by c9xeo for this product
(
signing in
could show even more results)
Bugs (4)
Suggestions (0)
Other Feedback (0)
Showing
1
-
4
of
4
Previous
1
Next
2
0
Sign in
to vote
Reference capture by inner lambda of by-value captured variable of non-mutable outer lambda causes weird compiler error
- by
c9xeo
From Connection:
Visual Studio and .NET Framework
This code int main() { int i = 0; [i]{ [&]{ int j = i; }; }; } triggers the following error: error C2440: '<function-style-cast>' : cannot convert from 'const int' to '`anonymous…
Created on 3/10/2012 (updated 58 weeks ago)
|
0 validations
|
0 workarounds
|
3 comments
|
feedback id: 730244
|
Closed
as Fixed
5
0
Sign in
to vote
decltype of a member of a template parameter not considered a dependant name
- by
c9xeo
From Connection:
Visual Studio and .NET Framework
The following code should compile without problems, as 'some_traits' is never instantiated on a specific type. As such, 'other_traits' should also never be instantiated and the fact that it's only a d…
Created on 1/3/2012 (updated 11 weeks ago)
|
3 validations
|
0 workarounds
|
2 comments
|
feedback id: 716358
|
Closed
as Deferred
1
0
Sign in
to vote
C++ - fatal error C1001 when using static local variable with non-trivial constructor in static local lambda
- by
c9xeo
From Connection:
Visual Studio and .NET Framework
The following snippet triggers an internal compiler error when the static local variable 'n' has a non-trivial constructor. struct nontrivial{ nontrivial(){} }; int main(){ static auto ICE =…
Created on 12/27/2011 (updated 69 weeks ago)
|
0 validations
|
0 workarounds
|
4 comments
|
feedback id: 715680
|
Closed
as Fixed
1
0
Sign in
to vote
C++ - C4709 when not even using comma inside the array index expression (/W4)
- by
c9xeo
From Connection:
Visual Studio and .NET Framework
The attached code example produces the C4709 warning even though there is no comma to be seen anywhere in the code. struct Test{ operator int() const{ return 0; } }; Test test_C4709(…
Created on 5/15/2011 (updated 102 weeks ago)
|
0 validations
|
0 workarounds
|
2 comments
|
feedback id: 668639
|
Closed
as Won't Fix
Showing
1
-
4
of
4
Previous
1
Next
© 2013 Microsoft Corporation. All rights reserved.
Microsoft Connect Terms of Use
|
Trademarks
|
Privacy Statement
Microsoft