issues
search
cplusplus
/
CWG
Core Working Group
24
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[intro.object] There is no requirement to restrict an complete object should be within a storage
#381
xmh0511
closed
1 year ago
3
[expr.new] p16 should give more clear requirement
#380
xmh0511
opened
1 year ago
8
[intro.object.example] p1 may violates [basic.align] p1
#379
xmh0511
closed
1 year ago
0
[intro.object] Converting a pointer value that is returned from a malloc operation that creates an array object to the element type results in UB?
#378
xmh0511
opened
1 year ago
22
CWG2778 [expr.const] Conflict between constant destruction and a mutable member of a class type
#377
frederick-vs-ja
opened
1 year ago
1
[basic.life] p8 An object that was originally non-const cannot have a fallback after first transparently replaced
#376
xmh0511
opened
1 year ago
4
[class.mi] What object are indirect bases subobjects of?
#375
randomnetcat
opened
1 year ago
3
CWG2777 [temp.param.note] p3 lacks the formal wording to define the type of the id-expression denoting the template parameter object
#374
xmh0511
closed
6 months ago
7
[intro.races] p13 `shall` vs. `is`
#373
xmh0511
closed
11 months ago
22
CWG2821 [basic.life] It is unclear whether the lifetime of an object begins before dynamic initialization
#372
Eisenwave
opened
1 year ago
5
[intro.execution] p3.1 It's unclear whether a postfix-expression of a function call is the operand of the function call
#371
xmh0511
opened
1 year ago
3
[expr.const] p20 constant evaluation is not specified what requirement should be obeyed
#370
xmh0511
opened
1 year ago
8
[intro.races] p20 What the value is observed does not imply they would have a "happens before" relationship
#369
xmh0511
opened
1 year ago
1
[dcl.link] p5 The extent of the ignore for class member
#368
xmh0511
closed
1 year ago
2
[basic.life] Creating object within a mutable member subobject of a const complete object
#367
frederick-vs-ja
opened
1 year ago
0
CWG2771 [class.mfct.non.static] p2 The transformation does not apply to the unqualified-id that is an operand of `&`
#366
xmh0511
closed
6 months ago
1
[conv.integral] Conversion of bool to width-1 signed integer type
#365
randomnetcat
opened
1 year ago
14
CWG2770 [temp.deduct.general] trailing requires-clause can refer to function parameters before they're substituted into
#364
zygoloid
opened
1 year ago
1
CWG2769 [temp.deduct.general] Substitution into template parameters and default template arguments should be interleaved
#363
zygoloid
opened
1 year ago
1
CWG2844 [over.match.oper] The algorithm for enumerating a finite set of built-in candidates is underspecified
#362
t3nsor
opened
1 year ago
7
[basic.life] It is unclear whether destroying an already destroyed scalar object is undefined behavior
#361
frederick-vs-ja
opened
1 year ago
5
[temp.inst] p3 Lacks the wording for the syntax checking in instantiated declaration caused by implicit instantiation
#360
xmh0511
opened
1 year ago
0
[expr.prim.id] An id-expression that denotes an overload set shouldn't be a specific function
#359
xmh0511
opened
1 year ago
6
CWG2762 [over.match.funcs.general] p4 The definition of the type of the implicit parameter object is not accurate
#358
xmh0511
closed
10 months ago
1
[temp.dep.type] p5 The lookup result for a qualified-name that is not dependent
#357
xmh0511
closed
1 year ago
8
CWG2759 [class.mem] [[no_unique_address]] in common initial sequence (layout and ignorability)
#356
leni536
closed
10 months ago
1
CWG2763 [expr.const] `[[noreturn]]` is not yet semantically ignorable in constant evaluation
#355
frederick-vs-ja
closed
10 months ago
1
CWG2760 [expr.const] immediate escalating expressions and default member initializers
#354
cor3ntin
closed
10 months ago
5
[conv.qual] p3 `is` vs. `can` in the definition
#353
xmh0511
opened
1 year ago
3
[intro.abstract] Unspecified behavior and the corresponding possible executions
#352
xmh0511
closed
1 year ago
11
[expr.prim.lambda.closure] Constraints on the function returned by a lambda conversion operator
#351
cor3ntin
closed
1 year ago
3
[dcl.pre] In a `static_assert` message, `data()` often does not produce a core constant expression
#350
cor3ntin
closed
1 year ago
6
CWG2755 [expr.const] P2738R1 applied bad wording
#349
jensmaurer
closed
10 months ago
1
CWG2754 [dcl.fct.def.coroutine] Cannot use "*this" in explicit object member function
#348
cmeerw
closed
10 months ago
1
[intro.object] Object representations of implicitly created objects
#347
frederick-vs-ja
closed
1 year ago
6
CWG2751 [stmt.dcl] Destruction order of parameter objects of operator functions
#346
t3nsor
closed
10 months ago
3
CWG2756 [class.init] It is not specified when initialization by delegating constructor is complete
#345
t3nsor
opened
1 year ago
1
[conv.qual] p2 The definition of `similar` if n is 0
#344
xmh0511
opened
1 year ago
1
CWG2776 [temp.inst] Infinite recursion in instantiation shouldn't be undefined behavior
#343
frederick-vs-ja
opened
1 year ago
1
CWG2879 [expr.const.cast] p9 does not have a corresponding formal wording
#342
xmh0511
opened
1 year ago
2
CWG2757 [basic.life] Reusing or deallocating the storage of an object during its construction
#341
frederick-vs-ja
opened
1 year ago
3
[expr.const] p8 unspecified object vs. usable in constant expressions
#340
xmh0511
opened
1 year ago
1
CWG2748 [expr.ref] Accessing static members via invalid/null pointer
#339
tomaszkam
closed
6 months ago
5
CWG2744 [intro.object] Multiple objects of the same type at the same address
#338
languagelawyer
opened
1 year ago
12
[dcl.spec.auto.general] When is a variable or function considered its placeholder type to be deduced?
#337
xmh0511
opened
1 year ago
0
CWG2742 [dcl.init.list] p3 Guaranteed copy elision for the list-initialization incurred by prvalue
#336
xmh0511
opened
1 year ago
2
CWG2743 [class.copy.ctor][class.copy.assign] Trivial union copy operations shouldn't copy objects of non-implicit-lifetime types
#335
frederick-vs-ja
opened
1 year ago
1
[class.mfct.non.static] The transformation to `id-expression` by adding `this` shouldn't apply to explicit parameter object non-static member function
#334
xmh0511
closed
1 year ago
2
[intro.defs] Rename the term "initial function" to "associated function" and add it's missing definition
#333
ranaanoop
closed
1 year ago
6
CWG2775 [except.throw] Wording about "the thrown object" needs overhauling
#332
frederick-vs-ja
closed
6 months ago
3
Previous
Next