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