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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
#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
|
|