Search
Refine Search Results
Status
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)
Product Search Results
Sort By:
You searched for: items submitted by Kaba_ for this product (signing in could show even more results)
Showing 1 - 10 of 28 Previous 123 Next

1
0
Sign in
to vote
This report concerns Visual Studio 2010. I am getting a lot of C4503 warnings. The reason is the use of a specific pattern for implementing data-structures. In this pattern data-structures are layere…
Created on 8/13/2012 (updated 42 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 757979  | 
Closed
as External Help for as External
1
0
Sign in
to vote
Compile the provided code. This problem concerns Visual Studio 2010, not 2012 RC. For some reason I was unable to choose other versions of Visual Studio for this report.
Created on 8/9/2012 (updated 16 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 757598  | 
Closed
as Deferred Help for as Deferred
1
0
Sign in
to vote
A lambda inside a lambda can not refer to the types defined outside the outer lambda.
Created on 4/3/2012 (updated 60 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 735281  | 
Closed
as Fixed Help for as Fixed
1
0
Sign in
to vote
Trying to capture an enumeration in a lambda fails. Below I show three different errors depending on the chosen capture mode.
Created on 4/3/2012 (updated 60 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 735274  | 
Closed
as Fixed Help for as Fixed
1
0
Sign in
to vote
Visual Studio crashes with an internal compiler error when given this small code snippet. This code was manually reduced from real library code by expanding includes and doing a binary search on reduc…
Created on 4/3/2012 (updated 60 weeks ago) | 0 validations | 1 workaround | 3 comments | feedback id: 735254  | 
Closed
as Fixed Help for as Fixed
1
0
Sign in
to vote
When the language extensions are disabled by /Za, the unique_ptr can not be returned from a function.
Created on 4/2/2012 (updated 62 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 735041  | 
Closed
as Deferred Help for as Deferred
2
0
Sign in
to vote
The shared_ptr in an unordered_set won't compile. This has something to do with hashing.
Created on 3/31/2012 (updated 39 weeks ago) | 2 validations | 1 workaround | 4 comments | feedback id: 734888  | 
Closed
as Fixed Help for as Fixed
1
2
Sign in
to vote
Visual C++ crashes when an std::string is returned as an r-value reference
Created on 9/24/2010 (updated 139 weeks ago) | 0 validations | 0 workarounds | 4 comments | feedback id: 604738  | 
Closed
as By Design Help for as By Design
1
0
Sign in
to vote
Comparison with an uninitialized container iterator causes an assertion. Sometimes it is useful to have uninitialized iterators in the same way it is useful to have null pointers.
Created on 7/27/2010 (updated 142 weeks ago) | 0 validations | 0 workarounds | 4 comments | feedback id: 579201  | 
Closed
as Deferred Help for as Deferred
1
0
Sign in
to vote
#include <string> #include <set> class C { public: C(long a) : a_(a) { } ~C() { if (_InterlockedDecrement(&a_) == 0) { } } …
Created on 5/9/2009 (updated 211 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 446302  | 
Closed
as Won't Fix Help for as Won't Fix
Showing 1 - 10 of 28 Previous 123 Next