c++ Programming Glossary: cwg
c++ why initializer_list behavior for std::vector and std::array are different http://stackoverflow.com/questions/11400090/c-why-initializer-list-behavior-for-stdvector-and-stdarray-are-different There is a defect report concerning this restriction CWG defect #1270 . If the proposed resolution is adopted brace elision..
Address of register variable http://stackoverflow.com/questions/1256246/address-of-register-variable Notes from the March 2009 meeting The consensus of the CWG was in favor of deprecating register . Look what the C99 group..
non-class rvalues always have cv-unqualified types http://stackoverflow.com/questions/2169932/non-class-rvalues-always-have-cv-unqualified-types aware that there's a problem in this part of the standard. CWG issue 690 talks about a somewhat similar problem with exactly..
Why was the definition of a variable changed during the development of C++11? http://stackoverflow.com/questions/2908834/why-was-the-definition-of-a-variable-changed-during-the-development-of-c11 improve this question The change was in response to CWG defect 633 . The list of changes related to this can be found..
Accessing static member through invalid pointer: guaranteed to “work”? http://stackoverflow.com/questions/5248877/accessing-static-member-through-invalid-pointer-guaranteed-to-work static member function through null pointer undefined see CWG Defect 315 This defect is closed and its resolution states that.. is part of the proposed resolution for another defect CWG defect 232 which asks the more general question Is indirection..
Is namespace-`static` still deprecated in C++11? [duplicate] http://stackoverflow.com/questions/8460191/is-namespace-static-still-deprecated-in-c11 Proposed Resolution Strike depr.static completely. Owner CWG Issue 1012 Disposition ACCEPTED In fact clause C on compatibility..
|