Showing results for Pages - C++ Team Blog

Jun 22, 2006
0
0

VC2005 SP1 Bug Fixes – Libraries

Visual CPP Team
Visual CPP Team

Invalid range check in checked_array_iterator operator [] (Beowulff)_localtime64. Bug in "manual" conversion to local time. (wtom)error on std::malloc, std::free with _CRTDBG_MAP_ALLOC (Martin Sebor)Deprecation warning in CRT and SCL (C++ Standard)event_source(com) attribute causing c4701 warning (AdeskDaug)Tools > Error Lookup (Adam Tatusko)...

C++
Jun 22, 2006
0
0

VC2005 SP1 Bug Fixes – Front End

Visual CPP Team
Visual CPP Team

TERNARY: Compiler error: arrays decay into pointers (Mycroft Holmes)Properties of nested classes cannot access inherited protected members (C++/CLI) (Bekas)LVALUE: DIAG: Bogus error "C2102: '&' requires l-value" on valid code. (Paul Pluzhnikov)CONFORM: For references of function type ,argument deduction behaves incorrectly (ppliu)[CUSTOMER, MF...

C++
Jun 22, 2006
0
0

VC2005 SP1 Bug Fixes – Back End

Visual CPP Team
Visual CPP Team

Internal Compiler Error C1001 at compiler file 'f:vs70builds3077vcCompilerUtcsrcP2main.c', line 148 when compiling file from ATLAS math lib (fullung)EH: BADIL: Inconsistent order of execution of destructors and finally blocks during stack unwinding (igorf)nmake doesn't read the Tools.ini file properly. (Reality)Can't compile project from command ...

C++
Jun 22, 2006
0
0

VC2005 SP1 Bug Fixes – IDE

Visual CPP Team
Visual CPP Team

Can't display xmm1 in 64bit debugging watch window (spec)Add a keyboard shortcut for editing an existing user macro (Avery Lee)changing preprocessor definitions with #ifdef code open in editor causes graying to foul up (x64) (zeromus)Parameter help highlighting of current parameter inside the definition of inherited overridden functions is broken (...

C++
Jun 7, 2006
0
0

Bug Submission Guidelines

Visual CPP Team
Visual CPP Team

For the Orcas release we want to only fix bugs that won’t create barriers to adoption. We have created a set of guidelines that describe high severity and adoption blocking bugs. Essentially, in each of the below subsystems we will try to minimize the overall number of changes. Internally, we refer to systems where there won’t be a...

C++