This document contains a summary listing of all the C++ Core Language
issues arranged in the order of the sections of the Standard with
which they deal most directly.
It is part of a group of related documents that
together describe the issues that have been raised regarding the
C++ Standard. The other documents in the group are:
For more information, including a description of the meaning of
the issue status codes and instructions on reporting new issues,
please see the Active Issues List.
Section | Issue | Status | Title |
1.9 | 129 | open |
Stability of uninitialized auto variables
|
2.2 | 173 | DR |
Constraints on execution character set
|
2.12 | 189 | open |
Definition of operator and punctuator
|
3.2 | 50 | NAD |
Converting pointer to incomplete type to same type
|
3.2 | 82 | dup |
Definition of "using" a constant expression
|
3.2 | 261 | open |
When is a deallocation function "used?"
|
3.3.6 | 42 | NAD |
Redefining names from base classes
|
3.4.1 | 41 | DR |
Clarification of lookup of names after declarator-id
|
3.4.1 | 139 | review |
Error in friend lookup example
|
3.4.1 | 191 | open |
Name lookup does not handle complex nesting
|
3.4.1 | 192 | open |
Name lookup in parameters
|
3.4.1 | 231 | open |
Visibility of names after using-directives
|
3.4.2 | 12 | dup |
Default arguments on different declarations for the same function and the Koenig lookup
|
3.4.2 | 33 | DR |
Argument dependent lookup and overloaded functions
|
3.4.2 | 90 | DR |
Should the enclosing class be an "associated class" too?
|
3.4.2 | 91 | NAD |
A union's associated types should include the union itself
|
3.4.2 | 143 | drafting |
Friends and Koenig lookup
|
3.4.2 | 164 | DR |
Overlap between Koenig and normal lookup
|
3.4.2 | 218 | open |
Specification of Koenig lookup
|
3.4.2 | 225 | open |
Koenig lookup and fundamental types
|
3.4.4 | 85 | DR |
Redeclaration of member class
|
3.4.4 | 245 | drafting |
Name lookup in elaborated-type-specifiers
|
3.4.4 | 254 | open |
Definitional problems with elaborated-type-specifiers
|
3.4.5 | 141 | open |
Non-member function templates in member access expressions
|
3.4.5 | 156 | drafting |
Name lookup for conversion functions
|
3.5 | 132 | NAD |
Local types and linkage
|
3.5 | 216 | review |
Linkage of nameless class-scope enumeration types
|
3.6.2 | 269 | open |
Order of initialization of multiply-defined static data members
of class templates
|
3.6.2 | 270 | open |
Order of initialization of static data members of class templates
|
3.6.3 | 28 | open |
'exit', 'signal' and static object destruction
|
3.7.3.2 | 220 | NAD |
All deallocation functions should be required not to throw
|
3.8 | 89 | DR |
Object lifetime does not account for reference rebinding
|
3.8 | 93 | DR |
Missing word in 3.8 basic.life paragraph 2
|
3.8 | 119 | drafting |
Object lifetime and aggregate initialization
|
3.8 | 234 | open |
Reuse of base class subobjects
|
3.8 | 274 | open |
Cv-qualification and char-alias access to out-of-lifetime objects
|
3.9 | 43 | DR |
Copying base classes (PODs) using memcpy
|
3.9.1 | 146 | open |
Floating-point zero
|
3.9.1 | 251 | open |
How many signed integer types are there?
|
3.10 | 158 | open |
Aliasing and qualification conversions
|
4.1 | 240 | open |
Uninitialized values and undefined behavior
|
4.10 | 149 | DR |
Accessibility and ambiguity
|
4.11 | 170 | open |
Pointer-to-member conversions
|
5 | 71 | NAD |
Incorrect cross reference
|
5 | 222 | open |
Sequence points and lvalue-returning operators
|
5 | 238 | open |
Precision and accuracy constraints on floating point
|
5.1 | 122 | review |
template-ids as unqualified-ids
|
5.1 | 123 | DR |
Bad cross-reference
|
5.1 | 125 | review |
Ambiguity in friend declaration syntax
|
5.1 | 147 | DR |
Naming the constructor
|
5.2.2 | 113 | review |
Visibility of called function
|
5.2.2 | 118 | drafting |
Calls via pointers to virtual member functions
|
5.2.5 | 52 | DR |
Non-static members, member selection and access checking
|
5.2.9 | 53 | DR |
Lvalue-to-rvalue conversion before certain static_casts
|
5.2.9 | 54 | NAD |
Static_cast from private base to derived class
|
5.2.9 | 128 | DR |
Casting between enum types
|
5.2.9 | 137 | DR |
static_cast of cv void*
|
5.2.10 | 195 | open |
Converting between function and object pointers
|
5.3.1 | 203 | open |
Type of address-of-member expression
|
5.3.1 | 232 | open |
Is indirection through a null pointer undefined behavior?
|
5.3.4 | 31 | NAD |
Looking up new/delete
|
5.3.4 | 74 | DR |
Enumeration value in direct-new-declarator
|
5.3.4 | 127 | DR |
Ambiguity in description of matching deallocation function
|
5.3.4 | 130 | NAD |
Sequence points and new-expressions
|
5.3.4 | 256 | open |
Overflow in size calculations
|
5.3.4 | 267 | open |
Alignment requirement for new-expressions
|
5.3.5 | 196 | open |
Arguments to deallocation functions
|
5.3.5 | 265 | open |
Destructors, exceptions, and deallocation
|
5.4 | 242 | open |
Interpretation of old-style casts
|
5.7 | 55 | NAD |
Adding/subtracting pointer and enumeration value
|
5.7 | 179 | DR |
Function pointers and subtraction
|
5.10 | 73 | DR |
Pointer equality
|
5.18 | 188 | DR |
Comma operator and rvalue conversion
|
5.19 | 94 | DR |
Inconsistencies in the descriptions of constant expressions
|
5.19 | 97 | NAD |
Use of bool constants in integral constant expressions
|
5.19 | 236 | open |
Explicit temporaries and integral constant expressions
|
6.4 | 227 | DR |
How many scopes in an if statement?
|
7 | 157 | open |
Omitted typedef declarator
|
7.1.1 | 69 | DR |
Storage class specifiers on template declarations
|
7.1.1 | 154 | NAD |
Anonymous unions in unnamed namespaces
|
7.1.3 | 56 | DR |
Redeclaring typedefs within classes
|
7.1.5.1 | 76 | DR |
Are const volatile variables considered "constant expressions"?
|
7.1.5.3 | 68 | DR |
Grammar does not allow "friend class A<int>;"
|
7.1.5.3 | 144 | open |
Position of friend specifier
|
7.2 | 172 | open |
Unsigned int as underlying type of enum
|
7.3 | 171 | DR |
Global namespace scope
|
7.3.1.2 | 95 | NAD |
Elaborated type specifiers referencing names declared in friend decls
|
7.3.1.2 | 138 | open |
Friend declaration name lookup
|
7.3.1.2 | 165 | NAD |
Definitions of friends and block-scope externs
|
7.3.1.2 | 166 | DR |
Friend declarations of template-ids
|
7.3.3 | 11 | extension |
How do the keywords typename/template interact with using-declarations?
|
7.3.3 | 36 | open |
using-declarations in multiple-declaration contexts
|
7.3.3 | 101 | DR |
Redeclaration of extern "C" names via using-declarations
|
7.3.3 | 109 | extension |
Allowing ::template in using-declarations
|
7.3.3 | 169 | NAD |
template-ids in using-declarations
|
7.3.3 | 258 | open |
using-declarations and cv-qualifiers
|
7.3.4 | 103 | DR |
Is it extended-namespace-definition or extension-namespace-definition ?
|
7.5 | 4 | ready |
Does extern "C" affect the linkage of function names with internal linkage?
|
7.5 | 13 | extension |
extern "C" for Parameters of Function Templates
|
7.5 | 14 | NAD |
extern "C" functions and declarations in different namespaces
|
7.5 | 29 | drafting |
Linkage of locally declared functions
|
7.5 | 107 | NAD |
Linkage of operator functions
|
7.5 | 168 | NAD |
C linkage for static member functions
|
8.2 | 160 | review |
Missing std:: qualification
|
8.3 | 40 | DR |
Syntax of declarator-id
|
8.3 | 159 | DR |
Namespace qualification in declarators
|
8.3.4 | 112 | drafting |
Array types and cv-qualifiers
|
8.3.5 | 18 | NAD |
f(TYPE) where TYPE is void should be allowed
|
8.3.5 | 135 | DR |
Class type in in-class member function definitions
|
8.3.5 | 140 | review |
Agreement of parameter declarations
|
8.3.5 | 262 | open |
Default arguments and ellipsis
|
8.3.6 | 1 | DR |
What if two using-declarations refer to the same function but the declarations introduce different default-arguments?
|
8.3.6 | 15 | extension |
Default arguments for parameters of function templates
|
8.3.6 | 65 | DR |
Typo in default argument example
|
8.3.6 | 66 | NAD |
Visibility of default args vs overloads added after using-declaration
|
8.3.6 | 136 | review |
Default arguments and friend declarations
|
8.3.6 | 217 | DR |
Default arguments for non-template member functions of class templates
|
8.5 | 5 | ready |
CV-qualifiers and type conversions
|
8.5 | 35 | DR |
Definition of default-initialization
|
8.5 | 78 | DR |
Section 8.5 paragraph 9 should state it only applies to non-static objects
|
8.5 | 151 | DR |
Terminology of zero-initialization
|
8.5 | 155 | open |
Brace initializer for scalar
|
8.5 | 177 | open |
Lvalues vs rvalues in copy-initialization
|
8.5 | 178 | DR |
More on value-initialization
|
8.5 | 253 | open |
Why must empty or fully-initialized const objects be initialized?
|
8.5.1 | 163 | DR |
Description of subaggregate initializer
|
8.5.3 | 233 | open |
References vs pointers in UDC overload resolution
|
9 | 148 | DR |
POD classes and pointers to members
|
9 | 175 | open |
Class name injection and base name access
|
9 | 176 | DR |
Name injection and templates
|
9 | 273 | open |
POD classes and operator&()
|
9.2 | 75 | DR |
In-class initialized members must be const
|
9.2 | 80 | DR |
Class members with same name as class
|
9.2 | 190 | DR |
Layout-compatible POD-struct types
|
9.4 | 67 | DR |
Evaluation of left side of object-expression
|
9.4.2 | 48 | DR |
Definitions of unused static members
|
9.5 | 57 | open |
Empty unions
|
9.6 | 58 | open |
Signedness of bit fields of enum type
|
9.8 | 198 | drafting |
Definition of "use" in local and nested classes
|
10.2 | 39 | review |
Conflicting ambiguity rules
|
10.4 | 230 | open |
Calls to pure virtual functions
|
11 | 8 | ready |
Access to template arguments used in a function return type and in the nested name specifier
|
11.2 | 7 | NAD |
Can a class with a private virtual base class be derived from?
|
11.2 | 9 | ready |
Clarification of access to base class members
|
11.2 | 16 | ready |
Access to members of indirect private base classes
|
11.2 | 17 | NAD |
Footnote 99 should discuss the naming class when describing members that can be accessed from friends
|
11.2 | 142 | DR |
Injection-related errors in access example
|
11.2 | 207 | drafting |
using-declarations and protected access
|
11.4 | 77 | ready |
The definition of friend does not allow nested classes to be friends
|
11.4 | 209 | DR | Must friend declaration names be
accessible? |
11.5 | 19 | NAD |
Clarify protected member access
|
11.5 | 161 | DR |
Access to protected nested type
|
11.8 | 10 | ready |
Can a nested class access its own class name as a qualified name if it is a private member of the enclosing class?
|
11.8 | 45 | ready |
Access to nested classes
|
12.1 | 194 | DR |
Identifying constructors
|
12.1 | 263 | open |
Can a constructor be declared a friend?
|
12.2 | 86 | drafting |
Lifetime of temporaries in query expressions
|
12.2 | 117 | NAD |
Timing of destruction of temporaries
|
12.2 | 124 | ready |
Lifetime of temporaries in default initialization of class arrays
|
12.2 | 199 | open |
Order of destruction of temporaries
|
12.2 | 201 | ready |
Order of destruction of temporaries in initializers
|
12.3.1 | 152 | DR |
explicit copy constructors
|
12.4 | 193 | DR |
Order of destruction of local automatics of destructor
|
12.4 | 244 | open |
Destructor lookup
|
12.4 | 252 | review |
Looking up deallocation functions in virtual destructors
|
12.4 | 255 | open |
Placement deallocation functions and lookup ambiguity
|
12.4 | 272 | open |
Explicit destructor invocation and qualified-ids
|
12.6.2 | 235 | DR |
Assignment vs initialization
|
12.6.2 | 257 | open |
Abstract base constructors and virtual base initialization
|
12.8 | 6 | extension |
Should the optimization that allows a class object to alias another object also allow the case of a parameter in an inline function to alias its argument?
|
12.8 | 20 | DR |
Some clarifications needed for 12.8 para 15
|
12.8 | 26 | NAD |
Copy constructors and default arguments
|
12.8 | 111 | open |
Copy constructors and cv-qualifiers
|
12.8 | 185 | DR |
"Named" temporaries and copy elision
|
13.3.1.1 | 162 | open |
(&C::f)() with nonstatic members
|
13.3.1.1.1 | 239 | ready |
Footnote 116 and Koenig lookup
|
13.3.1.2 | 102 | NAD |
Operator lookup rules do not work well with parts of the library
|
13.3.1.4 | 59 | DR |
Clarification of overloading and UDC to reference type
|
13.3.3 | 51 | DR |
Overloading and user-defined conversions
|
13.3.3.1 | 84 | DR |
Overloading and conversion loophole used by auto_ptr
|
13.3.3.1.2 | 243 | open |
Weighting of conversion functions in direct-initialization
|
13.3.3.1.4 | 60 | drafting |
Reference binding and valid conversion sequences
|
13.3.3.2 | 83 | DR |
Overloading and deprecated conversion of string literal
|
13.3.3.2 | 153 | DR |
Misleading wording (rank of conversion)
|
13.4 | 61 | NAD |
Address of static member function "&p->f"
|
13.4 | 115 | open |
Address of template-id
|
13.4 | 202 | DR |
Use of overloaded function name
|
13.4 | 247 | NAD |
Pointer-to-member casts and function overload resolution
|
13.4 | 250 | DR |
Address of function template specialization with non-deduced template arguments
|
13.5.3 | 221 | ready |
Must compound assignment operators be member functions?
|
13.6 | 27 | NAD |
Overload ambiguities for builtin ?: prototypes
|
13.6 | 260 | open |
User-defined conversions and built-in operator=
|
14 | 32 | DR |
Clarification of explicit instantiation of non-exported templates
|
14 | 72 | dup |
Linkage and storage class specifiers for templates
|
14 | 105 | DR |
Meaning of "template function"
|
14 | 110 | open |
Can template functions and classes be declared in the same scope?
|
14 | 134 | DR |
Template classes and declarator-ids
|
14 | 204 | open |
Exported class templates
|
14 | 205 | open |
Templates and static data members
|
14.1 | 21 | DR |
Can a default argument for a template parameter appear in a friend declaration?
|
14.1 | 49 | DR |
Restriction on non-type, non-value template arguments
|
14.1 | 184 | open |
Default arguments in template template-parameters
|
14.1 | 187 | DR |
Scope of template parameter names
|
14.1 | 215 | review |
Template parameters are not allowed in nested-name-specifiers
|
14.1 | 226 | open |
Default template arguments for function templates
|
14.2 | 30 | DR |
Valid uses of "::template"
|
14.2 | 38 | DR |
Explicit template arguments and operator functions
|
14.2 | 96 | open |
Syntactic disambiguation using the template keyword
|
14.2 | 228 | open |
Use of template keyword with non-member templates
|
14.3 | 246 | ready |
Jumps in function-try-block handlers
|
14.3.1 | 62 | ready |
Unnamed members of classes used as type parameters
|
14.3.2 | 100 | DR |
Clarify why string literals are not allowed as template arguments
|
14.3.3 | 150 | NAD |
Template template parameters and default arguments
|
14.5.1.1 | 249 | DR |
What is a member function template?
|
14.5.2 | 114 | NAD |
Virtual overriding by template member function specializations
|
14.5.3 | 47 | NAD |
Template friend issues
|
14.5.4 | 229 | open |
Partial specialization of function templates
|
14.5.5.1 | 116 | DR |
Equivalent and functionally-equivalent function templates
|
14.5.5.2 | 23 | open |
Some questions regarding partial ordering of function templates
|
14.5.5.2 | 200 | dup |
Partial ordering and explicit arguments
|
14.5.5.2 | 214 | open |
Partial ordering of function templates is underspecified
|
14.6 | 120 | DR |
Nonexistent non-terminal qualified-name
|
14.6 | 121 | DR |
Dependent type names with non-dependent nested-name-specifiers
|
14.6 | 180 | ready |
typename and elaborated types
|
14.6 | 183 | DR |
typename in explicit specializations
|
14.6.1 | 186 | open |
Name hiding and template template-parameters
|
14.6.2 | 213 | DR |
Lookup in dependent base classes
|
14.6.2.1 | 108 | DR |
Are classes nested in templates dependent?
|
14.6.2.1 | 224 | review |
Definition of dependent names
|
14.6.3 | 206 | DR |
Semantic constraints on non-dependent names
|
14.6.4 | 2 | open |
How can dependent names be used in member declarations that appear outside of the class template definition?
|
14.6.4 | 22 | DR |
Template parameter with a default argument that refers to itself
|
14.6.4.2 | 197 | drafting |
Issues with two-stage lookup of dependent names
|
14.7 | 259 | open |
Restrictions on explicit specialization and instantiation
|
14.7.1 | 34 | NAD |
Argument dependent lookup and points of instantiation
|
14.7.1 | 63 | open |
Class instantiation from pointer conversion to void*, null and self
|
14.7.1 | 212 | open |
Implicit instantiation is not described clearly enough
|
14.7.2 | 46 | NAD |
Explicit instantiation of member templates
|
14.7.2 | 237 | open |
Explicit instantiation and base class members
|
14.7.3 | 3 | NAD |
The template compilation model rules render some explicit specialization declarations not visible during instantiation
|
14.7.3 | 24 | DR |
Errors in examples in 14.7.3
|
14.7.3 | 44 | ready |
Member specializations
|
14.7.3 | 64 | DR |
Partial ordering to disambiguate explicit specialization
|
14.7.3 | 88 | NAD |
Specialization of member constant templates
|
14.7.3 | 182 | open |
Access checking on explicit specializations
|
14.7.3 | 275 | open |
Explicit instantiation/specialization and using-directives
|
14.8.1 | 241 | DR |
Error in example in 14.8.1
|
14.8.1 | 264 | open |
Unusable template constructors and conversion functions
|
14.8.2 | 271 | open |
Explicit instantiation and template argument deduction
|
14.8.2.1 | 99 | NAD |
Partial ordering, references and cv-qualifiers
|
14.8.2.4 | 70 | ready |
Is an array bound a nondeduced context?
|
14.8.2.4 | 181 | DR |
Errors in template template-parameter example
|
15 | 98 | DR |
Branching into try block
|
15 | 211 | NAD |
Constructors should not be allowed to return normally after an exception
|
15.1 | 104 | NAD |
Destroying the exception temp when no handler is found
|
15.1 | 208 | ready |
Rethrowing exceptions in nested handlers
|
15.3 | 210 | DR |
What is the type matched by an exception handler?
|
15.4 | 25 | DR |
Exception specifications and pointers to members
|
15.4 | 87 | ready |
Exception specifications on function parameters
|
15.4 | 92 | open |
Should exception specifications be part of the type system?
|
15.4 | 126 | DR |
Exception specifications and const
|
15.4 | 133 | dup |
Exception specifications and checking
|
15.5.1 | 219 | open |
Cannot defend against destructors that throw exceptions
|
15.5.3 | 37 | NAD |
When is uncaught_exception() true?
|
16.3.4 | 268 | open |
Macro name suppression in rescanned replacement text
|
18.4.1.3 | 79 | dup |
Alignment and placement new
|
A | 266 | open |
No grammar sentence symbol
|
C | 81 | NAD |
Null pointers and C compatability
|
D | 223 | open |
The meaning of deprecation
|
D.1 | 145 | DR |
Deprecation of prefix ++
|
D.2 | 167 | NAD |
Deprecating static functions
|
D.2 | 174 | NAD |
Undeprecating global static
|
E | 131 | DR |
Typo in Lao characters
|
E | 248 | open |
Identifier characters
|
unknown | 106 | ready |
Creating references to references during template deduction/instantiation
|