-
Notifications
You must be signed in to change notification settings - Fork 9
/
N4102.html
855 lines (723 loc) · 40.9 KB
/
N4102.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>C++ Standard Evolution Completed Issues List</title>
<style type="text/css">
p {text-align:justify}
li {text-align:justify}
blockquote.note
{
background-color:#E0E0E0;
padding-left: 15px;
padding-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}
ins {background-color:#A0FFA0}
del {background-color:#FFA0A0}
</style>
</head>
<body>
<table>
<tr>
<td align="left">Doc. no.</td>
<td align="left">N4102</td>
</tr>
<tr>
<td align="left">Date:</td>
<td align="left">2014-07-01</td>
</tr>
<tr>
<td align="left">Project:</td>
<td align="left">Programming Language C++</td>
</tr>
<tr>
<td align="left">Reply to:</td>
<td align="left">Ville Voutilainen <<a href="mailto:[email protected]">[email protected]</a>></td>
</tr>
</table>
<h1>C++ Standard Evolution Completed Issues List (Revision R08)</h1>
<p>Revised 2014-07-01 at 21:07:12 UTC</p>
<p>Reference ISO/IEC IS 14882:2003(E)</p>
<p>Also see:</p>
<ul>
<li><a href="ewg-toc.html">Table of Contents</a> for all evolution issues.</li>
<li><a href="ewg-index.html">Index by Section</a> for all evolution issues.</li>
<li><a href="ewg-status.html">Index by Status</a> for all evolution issues.</li>
<li><a href="ewg-active.html">Evolution Active Issues List</a></li>
<li><a href="ewg-closed.html">Evolution Closed Issues List</a></li>
</ul>
<p>This document contains only evolution issues which have been closed
by the Evolution Working Group (EWG) after being found to be acceptable
extensions to the standard. That is, issues which have a status of <a href="ewg-active.html#DR">DR</a>,
<a href="ewg-active.html#TC1">TC1</a>, <a href="ewg-active.html#WP">WP</a>, <a href="ewg-active.html#C++11">C++11</a>,
or <a href="ewg-active.html#Resolved">Resolved</a>. See the
<a href="ewg-closed.html">Evolution Closed Issues List</a> for issues closed as non-defects. See the
<a href="ewg-active.html">Evolution Active Issues List</a> for active issues and more information. The
introductory material in that document also applies to this
document.</p>
<h2>Revision History</h2>
<ul>
<li>R08: 2014-07-02 post-Rapperswil mailing<ul>
<li><b>Summary:</b><ul>
<li>74 open issues, down by 12.</li>
<li>60 closed issues, up by 27.</li>
<li>134 issues total, up by 15.</li>
</ul></li>
<li><b>Details:</b><ul>
<li>Added the following 3 NAD issues: <a href="ewg-closed.html#124">124</a>, <a href="ewg-closed.html#132">132</a>, <a href="ewg-closed.html#133">133</a>.</li>
<li>Added the following 3 New issues: <a href="ewg-active.html#128">128</a>, <a href="ewg-active.html#129">129</a>, <a href="ewg-active.html#130">130</a>.</li>
<li>Added the following 5 Open issues: <a href="ewg-active.html#120">120</a>, <a href="ewg-active.html#122">122</a>, <a href="ewg-active.html#125">125</a>, <a href="ewg-active.html#126">126</a>, <a href="ewg-active.html#127">127</a>.</li>
<li>Added the following 2 Ready issues: <a href="ewg-active.html#121">121</a>, <a href="ewg-active.html#131">131</a>.</li>
<li>Added the following 2 Resolved issues: <a href="ewg-complete.html#123">123</a>, <a href="ewg-complete.html#134">134</a>.</li>
<li>Changed the following 2 issues from New to Dup: <a href="ewg-closed.html#77">77</a>, <a href="ewg-closed.html#103">103</a>.</li>
<li>Changed the following 14 issues from New to NAD: <a href="ewg-closed.html#70">70</a>, <a href="ewg-closed.html#85">85</a>, <a href="ewg-closed.html#89">89</a>, <a href="ewg-closed.html#90">90</a>, <a href="ewg-closed.html#91">91</a>, <a href="ewg-closed.html#95">95</a>, <a href="ewg-closed.html#99">99</a>, <a href="ewg-closed.html#100">100</a>, <a href="ewg-closed.html#104">104</a>, <a href="ewg-closed.html#105">105</a>, <a href="ewg-closed.html#109">109</a>, <a href="ewg-closed.html#110">110</a>, <a href="ewg-closed.html#112">112</a>, <a href="ewg-closed.html#117">117</a>.</li>
<li>Changed the following 11 issues from New to Open: <a href="ewg-active.html#88">88</a>, <a href="ewg-active.html#92">92</a>, <a href="ewg-active.html#96">96</a>, <a href="ewg-active.html#98">98</a>, <a href="ewg-active.html#101">101</a>, <a href="ewg-active.html#102">102</a>, <a href="ewg-active.html#106">106</a>, <a href="ewg-active.html#108">108</a>, <a href="ewg-active.html#113">113</a>, <a href="ewg-active.html#116">116</a>, <a href="ewg-active.html#118">118</a>.</li>
<li>Changed the following issue from WP to Open: <a href="ewg-active.html#22">22</a>.</li>
<li>Changed the following 2 issues from New to Ready: <a href="ewg-active.html#111">111</a>, <a href="ewg-active.html#119">119</a>.</li>
<li>Changed the following 2 issues from New to Resolved: <a href="ewg-complete.html#8">8</a>, <a href="ewg-complete.html#67">67</a>.</li>
<li>Changed the following 4 issues from Ready to Resolved: <a href="ewg-complete.html#40">40</a>, <a href="ewg-complete.html#42">42</a>, <a href="ewg-complete.html#44">44</a>, <a href="ewg-complete.html#45">45</a>.</li>
<li>Changed the following issue from Ready to WP: <a href="ewg-complete.html#46">46</a>.</li>
</ul></li>
</ul>
</li>
<li>R07:
2014-05-20 pre-Rapperswil mailing
<ul><li><b>Summary:</b><ul>
<li>86 open issues, up by 6.</li>
<li>33 closed issues, up by 0.</li>
<li>119 issues total, up by 6.</li>
</ul></li>
<li><b>Details:</b><ul>
<li>Added the following 5 New issues: <a href="ewg-active.html#115">115</a>, <a href="ewg-active.html#116">116</a>, <a href="ewg-active.html#117">117</a>, <a href="ewg-active.html#118">118</a>, <a href="ewg-active.html#119">119</a>.</li>
<li>Added the following Open issue: <a href="ewg-active.html#114">114</a>.</li>
</ul></li>
</ul>
</li>
<li>R06:
2014-02-21 post-Issaquah mailing
<ul><li><b>Summary:</b><ul>
<li>80 open issues, up by 31.</li>
<li>33 closed issues, up by 3.</li>
<li>113 issues total, up by 34.</li>
</ul></li>
<li><b>Details:</b><ul>
<li>Added the following 3 NAD issues: <a href="ewg-closed.html#87">87</a>, <a href="ewg-closed.html#97">97</a>, <a href="ewg-closed.html#107">107</a>.</li>
<li>Added the following 26 New issues: <a href="ewg-active.html#83">83</a>, <a href="ewg-active.html#85">85</a>, <a href="ewg-active.html#88">88</a>, <a href="ewg-active.html#89">89</a>, <a href="ewg-active.html#90">90</a>, <a href="ewg-active.html#91">91</a>, <a href="ewg-active.html#92">92</a>, <a href="ewg-active.html#93">93</a>, <a href="ewg-active.html#94">94</a>, <a href="ewg-active.html#95">95</a>, <a href="ewg-active.html#96">96</a>, <a href="ewg-active.html#98">98</a>, <a href="ewg-active.html#99">99</a>, <a href="ewg-active.html#100">100</a>, <a href="ewg-active.html#101">101</a>, <a href="ewg-active.html#102">102</a>, <a href="ewg-active.html#103">103</a>, <a href="ewg-active.html#104">104</a>, <a href="ewg-active.html#105">105</a>, <a href="ewg-active.html#106">106</a>, <a href="ewg-active.html#108">108</a>, <a href="ewg-active.html#109">109</a>, <a href="ewg-active.html#110">110</a>, <a href="ewg-active.html#111">111</a>, <a href="ewg-active.html#112">112</a>, <a href="ewg-active.html#113">113</a>.</li>
<li>Added the following 3 Open issues: <a href="ewg-active.html#82">82</a>, <a href="ewg-active.html#84">84</a>, <a href="ewg-active.html#86">86</a>.</li>
<li>Added the following 2 Ready issues: <a href="ewg-active.html#80">80</a>, <a href="ewg-active.html#81">81</a>.</li>
</ul></li>
</ul>
</li>
<li>R05:
2014-01-17 pre-Issaquah mailing
<ul><li><b>Summary:</b><ul>
<li>49 open issues, up by 3.</li>
<li>30 closed issues, up by 0.</li>
<li>79 issues total, up by 3.</li>
</ul></li>
<li><b>Details:</b><ul>
<li>Added the following 3 New issues: <a href="ewg-active.html#77">77</a>, <a href="ewg-active.html#78">78</a>, <a href="ewg-active.html#79">79</a>.</li>
<li>Changed the following issue from New to Open: <a href="ewg-active.html#72">72</a>.</li>
<li>Changed the following issue from Ready to Open: <a href="ewg-active.html#41">41</a>.</li>
</ul></li>
</ul>
</li>
<li>R04:
2013-10-11 post-Chicago mailing
<ul><li><b>Summary:</b><ul>
<li>46 open issues, down by 9.</li>
<li>30 closed issues, up by 12.</li>
<li>76 issues total, up by 3.</li>
</ul></li>
<li><b>Details:</b><ul>
<li>Added the following 3 Open issues: <a href="ewg-active.html#74">74</a>, <a href="ewg-active.html#75">75</a>, <a href="ewg-active.html#76">76</a>.</li>
<li>Changed the following 4 issues from New to NAD: <a href="ewg-closed.html#12">12</a>, <a href="ewg-closed.html#68">68</a>, <a href="ewg-closed.html#69">69</a>, <a href="ewg-closed.html#73">73</a>.</li>
<li>Changed the following 2 issues from Open to NAD: <a href="ewg-closed.html#32">32</a>, <a href="ewg-closed.html#33">33</a>.</li>
<li>Changed the following 6 issues from New to Open: <a href="ewg-active.html#2">2</a>, <a href="ewg-active.html#17">17</a>, <a href="ewg-active.html#19">19</a>, <a href="ewg-active.html#23">23</a>, <a href="ewg-active.html#52">52</a>, <a href="ewg-active.html#71">71</a>.</li>
<li>Changed the following 4 issues from Open to WP: <a href="ewg-complete.html#18">18</a>, <a href="ewg-complete.html#21">21</a>, <a href="ewg-complete.html#22">22</a>, <a href="ewg-complete.html#27">27</a>.</li>
<li>Changed the following 2 issues from Ready to WP: <a href="ewg-complete.html#3">3</a>, <a href="ewg-complete.html#20">20</a>.</li>
</ul></li>
</ul>
</li>
<li>R03:
2013-08-27 pre-Chicago mailing
<ul><li><b>Summary:</b><ul>
<li>55 open issues, up by 7.</li>
<li>18 closed issues, up by 0.</li>
<li>73 issues total, up by 7.</li>
</ul></li>
<li><b>Details:</b><ul>
<li>Added the following 7 New issues: <a href="ewg-active.html#67">67</a>, <a href="ewg-active.html#68">68</a>, <a href="ewg-active.html#69">69</a>, <a href="ewg-active.html#70">70</a>, <a href="ewg-active.html#71">71</a>, <a href="ewg-active.html#72">72</a>, <a href="ewg-active.html#73">73</a>.</li>
</ul></li>
</ul>
</li>
<li>R02:
2013-05-06 post-Bristol mailing
<ul>
<li><b>Summary:</b><ul>
<li>49 open issues, up by 2.</li>
<li>18 closed issues, up by 17.</li>
<li>67 issues total, up by 19.</li>
</ul></li>
<li><b>Details:</b><ul>
<li>Added the following 3 NAD issues: <a href="ewg-closed.html#53">53</a>, <a href="ewg-closed.html#54">54</a>, <a href="ewg-closed.html#55">55</a>.</li>
<li>Added the following 6 New issues: <a href="ewg-active.html#49">49</a>, <a href="ewg-active.html#50">50</a>, <a href="ewg-active.html#51">51</a>, <a href="ewg-active.html#52">52</a>, <a href="ewg-active.html#59">59</a>, <a href="ewg-active.html#65">65</a>.</li>
<li>Added the following 7 Open issues: <a href="ewg-active.html#56">56</a>, <a href="ewg-active.html#57">57</a>, <a href="ewg-active.html#58">58</a>, <a href="ewg-active.html#60">60</a>, <a href="ewg-active.html#63">63</a>, <a href="ewg-active.html#66">66</a>, <a href="ewg-active.html#66">66</a>.</li>
<li>Added the following 3 WP issues: <a href="ewg-complete.html#61">61</a>, <a href="ewg-complete.html#62">62</a>, <a href="ewg-complete.html#64">64</a>.</li>
<li>Changed the following 5 issues from New to NAD: <a href="ewg-closed.html#31">31</a>, <a href="ewg-closed.html#36">36</a>, <a href="ewg-closed.html#37">37</a>, <a href="ewg-closed.html#38">38</a>, <a href="ewg-closed.html#47">47</a>.</li>
<li>Changed the following 8 issues from New to Open: <a href="ewg-active.html#14">14</a>, <a href="ewg-active.html#30">30</a>, <a href="ewg-active.html#32">32</a>, <a href="ewg-active.html#33">33</a>, <a href="ewg-active.html#34">34</a>, <a href="ewg-active.html#35">35</a>, <a href="ewg-active.html#43">43</a>, <a href="ewg-active.html#48">48</a>.</li>
<li>Changed the following 6 issues from New to Ready: <a href="ewg-active.html#40">40</a>, <a href="ewg-active.html#41">41</a>, <a href="ewg-active.html#42">42</a>, <a href="ewg-active.html#44">44</a>, <a href="ewg-active.html#45">45</a>, <a href="ewg-active.html#46">46</a>.</li>
<li>Changed the following 2 issues from Open to WP: <a href="ewg-complete.html#16">16</a>, <a href="ewg-complete.html#25">25</a>.</li>
<li>Changed the following 4 issues from Ready to WP: <a href="ewg-complete.html#1">1</a>, <a href="ewg-complete.html#6">6</a>, <a href="ewg-complete.html#7">7</a>, <a href="ewg-complete.html#13">13</a>.</li>
</ul></li>
</ul>
</li>
<li>R01:
2013-03-18 Pre-Bristol mailing
<ul>
<li><b>Summary:</b><ul>
<li>47 open issues, up by 47.</li>
<li>1 closed issues, up by 1.</li>
<li>48 issues total, up by 48.</li>
</ul></li>
<li><b>Details:</b><ul>
<li>Added the following NAD issue: <a href="ewg-closed.html#39">39</a>.</li>
<li>Added the following 32 New issues: <a href="ewg-active.html#2">2</a>, <a href="ewg-active.html#5">5</a>, <a href="ewg-active.html#8">8</a>, <a href="ewg-active.html#10">10</a>, <a href="ewg-active.html#11">11</a>, <a href="ewg-active.html#12">12</a>, <a href="ewg-active.html#14">14</a>, <a href="ewg-active.html#15">15</a>, <a href="ewg-active.html#17">17</a>, <a href="ewg-active.html#19">19</a>, <a href="ewg-active.html#23">23</a>, <a href="ewg-active.html#24">24</a>, <a href="ewg-active.html#26">26</a>, <a href="ewg-active.html#28">28</a>, <a href="ewg-active.html#30">30</a>, <a href="ewg-active.html#31">31</a>, <a href="ewg-active.html#32">32</a>, <a href="ewg-active.html#33">33</a>, <a href="ewg-active.html#34">34</a>, <a href="ewg-active.html#35">35</a>, <a href="ewg-active.html#36">36</a>, <a href="ewg-active.html#37">37</a>, <a href="ewg-active.html#38">38</a>, <a href="ewg-active.html#40">40</a>, <a href="ewg-active.html#41">41</a>, <a href="ewg-active.html#42">42</a>, <a href="ewg-active.html#43">43</a>, <a href="ewg-active.html#44">44</a>, <a href="ewg-active.html#45">45</a>, <a href="ewg-active.html#46">46</a>, <a href="ewg-active.html#47">47</a>, <a href="ewg-active.html#48">48</a>.</li>
<li>Added the following 9 Open issues: <a href="ewg-active.html#4">4</a>, <a href="ewg-active.html#9">9</a>, <a href="ewg-active.html#16">16</a>, <a href="ewg-active.html#18">18</a>, <a href="ewg-active.html#21">21</a>, <a href="ewg-active.html#22">22</a>, <a href="ewg-active.html#25">25</a>, <a href="ewg-active.html#27">27</a>, <a href="ewg-active.html#29">29</a>.</li>
<li>Added the following 6 Ready issues: <a href="ewg-active.html#1">1</a>, <a href="ewg-active.html#3">3</a>, <a href="ewg-active.html#6">6</a>, <a href="ewg-active.html#7">7</a>, <a href="ewg-active.html#13">13</a>, <a href="ewg-active.html#20">20</a>.</li>
</ul></li>
</ul>
</li>
</ul>
<h2>Completed Issues</h2>
<hr>
<h3><a name="1"></a>1. N3638, N3582, N3386 Return type deduction for normal functions</h3>
<p><b>Section:</b> 7.1.6.4 [dcl.spec.auto] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Jason Merrill <b>Opened:</b> 2012-03-27 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all other</b> <a href="ewg-index.html#dcl.spec.auto">issues</a> in [dcl.spec.auto].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3386.html">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3386.html</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3582.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3582.html</a>
</p>
<p>Reviewed by EWG in Portland 2012, proceeding to CWG.</p>
<p>Accepted into the Working Draft in Bristol 2013, as N3638.</p>
<p><b>Wording available:</b></p>
<p>The paper contains the proposed wording.</p>
<hr>
<h3><a name="3"></a>3. N3760, N3394 [[deprecated]] attribute</h3>
<p><b>Section:</b> 7.6 [dcl.attr] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Alberto Ganesh Barbati <b>Opened:</b> 2012-06-12 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3760.html">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3760.html</a>
</p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3394.html">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3394.html</a>
</p>
<p>Reviewed by EWG in Portland 2012, proceeding to CWG.</p>
<p>Adopted in Chicago 2013</p>
<p><b>Wording available:</b></p>
<p>The paper contains the proposed wording.</p>
<hr>
<h3><a name="6"></a>6.
N3667, N3401 Generating move operations (elaborating on Core 1402)
</h3>
<p><b>Section:</b> 12.8 [class.copy] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Ville Voutilainen <b>Opened:</b> 2012-09-21 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all other</b> <a href="ewg-index.html#class.copy">issues</a> in [class.copy].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3401.html">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3401.html</a>
<p>Reviewed by EWG in Portland 2012, proceeding to CWG.</p>
<p>Accepted into the Working Draft in Bristol 2013, as N3667.</p>
<p><b>Wording available:</b></p>
<p>The related Core issue contains the proposed wording.</p>
<hr>
<h3><a name="7"></a>7.
N3642, N3468, N3402 User-defined Literals for Standard Library Types, N3472 Binary Literals in the C++ Core Language
</h3>
<p><b>Section:</b> 2.14.2 [lex.icon] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Peter Sommerlad <b>Opened:</b> 2012-09-08 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3402.pdf">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3402.pdf</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3468.pdf">http://open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3468.pdf</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3472.pdf">http://open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3472.pdf</a>
</p>
<p>Reviewed by EWG in Portland 2012, binary literals to be added into the core language, the rest of the paper is on LWG's plate. The binary literals are proceeding to CWG.</p>
<p>Accepted into the Working Draft in Bristol 2013, as N3642.</p>
<p>N3472 also accepted into the Working Draft in Bristol 2013.</p>
<p><b>Wording available:</b></p>
<p>The paper contains the Library wording, Dennett has written the Core
wording (N3472) for binary literals.</p>
<hr>
<h3><a name="8"></a>8.
N3492, N3403 Use Cases for Compile-Time Reflection
</h3>
<p><b>Section:</b> 18 [language.support] <b>Status:</b> <a href="ewg-active.html#Resolved">Resolved</a>
<b>Submitter:</b> Mike Spertus <b>Opened:</b> 2012-09-22 <b>Last modified:</b> 2014-07-02</p>
<p><b>View all issues with</b> <a href="ewg-status.html#Resolved">Resolved</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3403.pdf">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3403.pdf</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3492.pdf">http://open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3492.pdf</a>
</p>
<p>Not reviewed by EWG yet, to be handled by the Reflection Study Group (SG7).</p>
<hr>
<h3><a name="13"></a>13.
N3639, N3497, N3467, N3412 Runtime-sized arrays with automatic storage duration
</h3>
<p><b>Section:</b> 3.9 [basic.types] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Jens Maurer <b>Opened:</b> 2012-09-19 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all other</b> <a href="ewg-index.html#basic.types">issues</a> in [basic.types].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3412.html">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3412.html</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3467.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3467.html</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3497.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3497.html</a>
</p>
<p>
Reviewed by EWG in Portland 2012, proceeding to CWG. The library part is <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2648.html">N2648 C++ Dynamic Arrays</a>, and that part is proceeding to LWG.
</p>
<p>
<p>Accepted into the Working Draft in Bristol 2013, as N3639.</p>
</p>
<p><b>Wording available:</b></p>
The paper contains the proposed wording, as does the Library counterpart.
<hr>
<h3><a name="16"></a>16.
N3649, N3560, N3559, N3418 Proposal for Generic (Polymorphic) Lambda Expressions
</h3>
<p><b>Section:</b> 5.1.2 [expr.prim.lambda] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Faisal Vali <b>Opened:</b> 2012-09-21 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all other</b> <a href="ewg-index.html#expr.prim.lambda">issues</a> in [expr.prim.lambda].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3418.pdf">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3418.pdf</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3559.pdf">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3559.pdf</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3560.pdf">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3560.pdf</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3649.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3649.html</a>
</p>
<p>
Reviewed by EWG in Portland 2012, proceeding with a follow-up paper.
</p>
<p>Accepted into the Working Draft in Bristol 2013, as N3649.</p>
<p>Bristol 2013: Do not re-open proposals 2.1 and 2.2 in N3560,
they are considered NAD. The proposals 2.3 and 2.4 are covered by
N3649.
</p>
<hr>
<h3><a name="18"></a>18.
N3424 Lambda Correctness and Usability Issues
</h3>
<p><b>Section:</b> 5.1.2 [expr.prim.lambda] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Herb Sutter <b>Opened:</b> 2012-09-23 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all other</b> <a href="ewg-index.html#expr.prim.lambda">issues</a> in [expr.prim.lambda].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3424.pdf">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3424.pdf</a>
<p>
Reviewed by EWG in Portland 2012, proceeding with a follow-up paper. Changes to const captures rejected, capturing of 'this' and members encouraged to continue with a follow-up paper.
</p>
<p>
Init-captures in C++14 provide the necessary facilities for capturing
'this' and class members, voted into the WP in Bristol 2013.
</p>
<hr>
<h3><a name="20"></a>20.
N3778, N3663, N3536, N3432 C++ Sized Deallocation
</h3>
<p><b>Section:</b> 3.7.4 [basic.stc.dynamic] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Lawrence Crowl <b>Opened:</b> 2012-09-23 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all other</b> <a href="ewg-index.html#basic.stc.dynamic">issues</a> in [basic.stc.dynamic].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3663.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3663.html</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3536.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3536.html</a>
</p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3432.html">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3432.html</a>
</p>
<p>
Reviewed by EWG in Portland 2012, proceeding to CWG.
</p>
<p><b>Wording available:</b></p>
<p>The paper contains the proposed wording.</p>
<p>Adopted in the Chicago 2013 meeting as N3778.</p>
<hr>
<h3><a name="21"></a>21.
N3664, N3537, N3433 Clarifying Memory Allocation
</h3>
<p><b>Section:</b> 3.7.4 [basic.stc.dynamic] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Lawrence Crowl <b>Opened:</b> 2012-09-23 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all other</b> <a href="ewg-index.html#basic.stc.dynamic">issues</a> in [basic.stc.dynamic].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3664.html">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3664.html</a>
</p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3537.html">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3537.html</a>
</p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3433.html">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3433.html</a>
</p>
<p>
Reviewed by EWG in Portland 2012, proceeding with a follow-up paper.
</p>
<p>Adopted in Bristol 2013</p>
<p><b>Wording available:</b></p>
<p>The paper contains the proposed wording.</p>
<hr>
<h3><a name="25"></a>25.
N3652, N3597, N3598, N3444 Relaxing syntactic constraints on constexpr function definitions
</h3>
<p><b>Section:</b> 5.19 [expr.const] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Richard Smith <b>Opened:</b> 2012-09-21 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all other</b> <a href="ewg-index.html#expr.const">issues</a> in [expr.const].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3444.html">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3444.html</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3597.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3597.html</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3598.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3598.html</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3652.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3652.html</a>
</p>
<p>
Reviewed by EWG in Portland 2012, proceeding with a follow-up paper.
</p>
<p>Accepted into the Working Draft in Bristol 2013, as N3652.</p>
<hr>
<h3><a name="27"></a>27.
N3781 Single-Quotation-Mark as a Digit Separator, N3661, N3499 Digit Separators, N3448 Painless Digit Separation
</h3>
<p><b>Section:</b> 2.10 [lex.ppnumber] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Daveed Vandevoorde <b>Opened:</b> 2012-09-21 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3499.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3499.html</a>
</p>
<p>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3448.pdf">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3448.pdf</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3661.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3661.html</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3781.pdf">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3781.pdf</a>
</p>
<p>
Reviewed by EWG in Portland 2012, proceeding with a follow-up paper.
</p>
<p>
Bristol 2013:
</p>
<p>
Straw poll:
</p>
<p>
Double radix point as the suffix disambiguator:
</p>
<p>
SF: 8 F: 5 N: 0 A: 0 SA: 0
</p>
<p>
Convey to Core, target C++14:
</p>
<p>
SF: 10 F: 3 N: 0 A: 0 SA: 0
</p>
<p>
The paper was not adopted in Bristol, because its motion didn't pass.
</p>
<p>Adopted in Chicago 2013, as N3781.</p>
<p><b>Wording available:</b></p>
<p>The paper contains the proposed wording.</p>
<hr>
<h3><a name="40"></a>40.
[tiny] Relax the allocator requirements on vector so that the small object optimization is allowed
</h3>
<p><b>Section:</b> 23.3.6 [vector] <b>Status:</b> <a href="ewg-active.html#Resolved">Resolved</a>
<b>Submitter:</b> Nevin Liber <b>Opened:</b> 2012-11-27 <b>Last modified:</b> 2014-06-30</p>
<p><b>View all issues with</b> <a href="ewg-status.html#Resolved">Resolved</a> status.</p>
<p><b>Discussion:</b></p>
<p>
I'd like it to be possible to use the small object optimization (embedding up to a fixed number of objects inside the allocator itself) inside a vector.
</p>
<p>
Bristol 2013: Designated for LEWG.
</p>
<p>
Filed as <a href="https://issues.isocpp.org/show_bug.cgi?id=38">LEWG Bug 38</a>, closing as Resolved on the EWG side.
</p>
<hr>
<h3><a name="42"></a>42.
[tiny] basic_string(const charT*, size_type, const Allocator&) requires clause too restrictive
</h3>
<p><b>Section:</b> 21.4.2 [string.cons] <b>Status:</b> <a href="ewg-active.html#Resolved">Resolved</a>
<b>Submitter:</b> Nevin Liber <b>Opened:</b> 2012-12-19 <b>Last modified:</b> 2014-06-30</p>
<p><b>View all issues with</b> <a href="ewg-status.html#Resolved">Resolved</a> status.</p>
<p><b>Discussion:</b></p>
<p>
In n3485 21.4.2p6 (basic_string constructors and assignment operators), we have:
<pre>
basic_string(const charT* s, size_type n,
const Allocator& a = Allocator());
Requires: s shall not be a null pointer and n < npos.
</pre>
That requires clause is too restrictive; s can be a null pointer when n==0.
A (simplified) use case I have seen:
<pre>
std::string StringFromVector(std::vector<char> const& vc)
{ return std::string(vc.data(), vc.size()); }
</pre>
Since a conforming implementation can return a null pointer for vc.data() when vc.size() == 0. I don't see any reason to disallow this construct, especially since it takes a Standards expert to see that this is possibly illegal, but not std::string(vc.data(), vc.data() + vc.size()).
</p>
This is likely to go onto the LEWG's plate.
<p>
Bristol 2013: Defer to LEWG.
</p>
<p>
Filed as <a href="https://issues.isocpp.org/show_bug.cgi?id=39">LEWG Bug 39</a>, closing as Resolved on the EWG side.
</p>
<p><b>Wording available:</b></p>
<pre>
Requires: n < npos and either s shall not be a null pointer or n == 0.
</pre>
<hr>
<h3><a name="44"></a>44.
[tiny] variadic bind
</h3>
<p><b>Section:</b> 20.8.9 [bind] <b>Status:</b> <a href="ewg-active.html#Resolved">Resolved</a>
<b>Submitter:</b> Chris Jefferson <b>Opened:</b> 2013-01-25 <b>Last modified:</b> 2014-06-30</p>
<p><b>View all issues with</b> <a href="ewg-status.html#Resolved">Resolved</a> status.</p>
<p><b>Discussion:</b></p>
<p>
As more variadic functions work their way into my C++ code, I'm getting increasingly annoyed that there isn't a variadic bind.
There is a tiny bit of annoyance on exactly what to use. There seems to me to be 2 sensible choices (other people may have others)
<pre>
1) _args : Use all otherwise unnamed arguments.
2) _3onwards : All arguments from the 3rd onwards.
</pre>
I haven't personally found a need for multiple ranges of variadic arguments, or more complicated chopping (such as getting the last few arguments), and I'd want to hopefully keep this simple if possible!
</p>
<p>
Bristol 2013: Defer to LEWG.
</p>
<p>
Filed as <a href="https://issues.isocpp.org/show_bug.cgi?id=40">LEWG Bug 40</a>, closing as Resolved on the EWG side.
</p>
<hr>
<h3><a name="45"></a>45.
[tiny] Type Trait is_range<T>
</h3>
<p><b>Section:</b> 20.9.4.3 [meta.unary.prop] <b>Status:</b> <a href="ewg-active.html#Resolved">Resolved</a>
<b>Submitter:</b> Nevin Liber <b>Opened:</b> 2013-02-05 <b>Last modified:</b> 2014-06-30</p>
<p><b>View all other</b> <a href="ewg-index.html#meta.unary.prop">issues</a> in [meta.unary.prop].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#Resolved">Resolved</a> status.</p>
<p><b>Discussion:</b></p>
<p>
I'd like to have an is_range<T, R = void> type trait, which derives from true_type if and only if T can be used in range-based for, and *__begin is convertible to R (where R == void means don't bother checking this condition).
</p>
<p>
Bristol 2013: Submitter is encouraged to proceed and present to LWG. Apparently LEWG doesn't handle these.
</p>
<p>
Filed as <a href="https://issues.isocpp.org/show_bug.cgi?id=41">LEWG Bug 41</a>, closing as Resolved on the EWG side.
</p>
<hr>
<h3><a name="46"></a>46.
[tiny] Type Trait is_final<T>
</h3>
<p><b>Section:</b> 20.9.4.3 [meta.unary.prop] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Nevin Liber <b>Opened:</b> 2013-02-05 <b>Last modified:</b> 2014-06-30</p>
<p><b>View all other</b> <a href="ewg-index.html#meta.unary.prop">issues</a> in [meta.unary.prop].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
I'd like to have an is_final<T> type trait, which is true if and only if T is a final type.
</p>
<p>
Bristol 2013: Submitter is encouraged to proceed and present to LWG. Apparently LEWG doesn't handle these.
</p>
<p>
Voted into C++14 in Issaquah 2014 as the resolution of
<a href="http://cplusplus.github.io/LWG/lwg-toc.html#2112">LWG issue 2112</a>.
</p>
<hr>
<h3><a name="61"></a>61.
N3653, N3605 Member initializers and aggregates
</h3>
<p><b>Section:</b> 8.5.1 [dcl.init.aggr] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Ville Voutilainen <b>Opened:</b> 2013-03-15 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all other</b> <a href="ewg-index.html#dcl.init.aggr">issues</a> in [dcl.init.aggr].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3605.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3605.html</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3653.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3653.html</a>
</p>
<p>Accepted into the Working Draft in Bristol 2013, as N3653.</p>
<hr>
<h3><a name="62"></a>62.
N3648, N3610 Generic lambda-capture initializers, supporting capture-by-move
</h3>
<p><b>Section:</b> 5.1.2 [expr.prim.lambda] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Ville Voutilainen <b>Opened:</b> 2013-03-15 <b>Last modified:</b> 2014-06-13</p>
<p><b>View all other</b> <a href="ewg-index.html#expr.prim.lambda">issues</a> in [expr.prim.lambda].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3610.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3610.html</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3648.html">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3648.html</a>
</p>
<p>Accepted into the Working Draft in Bristol 2013, as N3648.</p>
<hr>
<h3><a name="64"></a>64.
N3651, N3615 Constexpr Variable Templates, N3552 Introducing Object Aliases
</h3>
<p><b>Section:</b> 14.1 [temp.param] <b>Status:</b> <a href="ewg-active.html#WP">WP</a>
<b>Submitter:</b> Gabriel Dos Reis <b>Opened:</b> 2013-03-18 <b>Last modified:</b> 2014-06-13</p>
<p><b>View other</b> <a href="ewg-index-open.html#temp.param">active issues</a> in [temp.param].</p>
<p><b>View all other</b> <a href="ewg-index.html#temp.param">issues</a> in [temp.param].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#WP">WP</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3552.pdf">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3552.pdf</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3615.pdf">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3615.pdf</a>
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3651.pdf">http://open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3651.pdf</a>
</p>
<p>Accepted into the Working Draft in Bristol 2013, as N3651.</p>
<hr>
<h3><a name="67"></a>67.
[tiny] Unspecialized std::tuple_size should be defined
</h3>
<p><b>Section:</b> 20.4.1 [tuple.general] <b>Status:</b> <a href="ewg-active.html#Resolved">Resolved</a>
<b>Submitter:</b> Nevin Liber <b>Opened:</b> 2013-03-19 <b>Last modified:</b> 2014-06-30</p>
<p><b>View all issues with</b> <a href="ewg-status.html#Resolved">Resolved</a> status.</p>
<p><b>Discussion:</b></p>
<p>
In 20.4.1p2, the unspecialized std::tuple_size is undefined. It would be a lot more useful if it were defined as an empty struct; that way, it can be used with enable_if for determining whether or not it is valid to use tuple_size, tuple_element and get on the corresponding data structure.
</p>
<p>
This should go to LEWG.
</p>
<p>
Filed as <a href="https://issues.isocpp.org/show_bug.cgi?id=42">LEWG Bug 42</a>, closing as Resolved on the EWG side.
</p>
<hr>
<h3><a name="123"></a>123. N3990 Adding Standard Circular Shift operators for computer integers
</h3>
<p><b>Section:</b> 5 [expr] <b>Status:</b> <a href="ewg-active.html#Resolved">Resolved</a>
<b>Submitter:</b> D. Gutson, A. Bustamante <b>Opened:</b> 2014-05-08 <b>Last modified:</b> 2014-06-30</p>
<p><b>View all other</b> <a href="ewg-index.html#expr">issues</a> in [expr].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#Resolved">Resolved</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/papers/2014/n3990.pdf">http://open-std.org/JTC1/SC22/WG21/docs/papers/2014/n3990.pdf</a>
</p>
<p><b>Wording available:</b></p>
<p>
The paper contains the proposed wording.
</p>
<p>Discussed in Rapperswil 2014.</p>
<p>EWG was unanimously against having an operator for this, and recommended
taking the idea up with the Numerics SG and then with LWG. Closing as resolved,
Vandevoorde sent a heads-up to the Numerics reflector.</p>
<hr>
<h3><a name="134"></a>134.
[tiny] Core closed issues with a previous extension status
</h3>
<p><b>Section:</b> 1 [intro] <b>Status:</b> <a href="ewg-active.html#Resolved">Resolved</a>
<b>Submitter:</b> Ville Voutilainen <b>Opened:</b> 2014-07-01 <b>Last modified:</b> 2014-07-02</p>
<p><b>View other</b> <a href="ewg-index-open.html#intro">active issues</a> in [intro].</p>
<p><b>View all other</b> <a href="ewg-index.html#intro">issues</a> in [intro].</p>
<p><b>View all issues with</b> <a href="ewg-status.html#Resolved">Resolved</a> status.</p>
<p><b>Discussion:</b></p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/cwg_toc.html#13">13 extern "C" for Parameters of Function Templates</a> -> request Core to close as NAD, Daveed says aliases with linkage are the solution. 1463 will be opened as an EWG issue to solve this.
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/cwg_toc.html#92">92 Should exception-specifications be part of the type system?</a> -> Instruct Core to close 92 as NAD. Maurer points out that he's
going to be dealing with the area with TM. The rationale for
closing is that EWG doesn't agree that being able to overload
on noexcept is worth the trouble, nor does EWG think being
able to have pointers-to-functions being different parameter
types if they have different noexcept-specifications.
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/cwg_toc.html#230">230 Calls to pure virtual functions</a> -> Instruct Core to close 230 as NAD. Pure virtual functions can be called by non-virtual calls only, and it is by design that virtual calls should never
resolve to the definition of a pure virtual function. The behaviour is undefined because implementations aren't required to prevent ending up in the pure virtual function definition. That is also by design.
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/cwg_toc.html#623">623 Use of pointers to deallocated storage</a> -> Instruct Core to close 623 as WP. The behavior is implementation-defined rather than undefined in the current working draft, and thus the requirements are no longer draconian. 312, which was resolved as DRWP points to 623, so also close 623 as DRWP.
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/cwg_toc.html#755">755 Generalized lambda-captures</a> -> Instruct Core to close 755 as WP. Generalized lambda-captures are
in C++14.
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/cwg_toc.html#947">947 Deducing type template arguments from default function arguments</a> -> Open an EWG issue, <a href="ewg-closed.html#97">97</a>, for 947, immediately close as NAD, explaining that
the group doesn't think it's generally implementable. Leave the door
open (but not the issue :)) for a restricted implementation.
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/cwg_toc.html#1461">1461 Narrowing conversions to bit-fields</a> -> Instruct Core to close 1461 as NAD. It would break existing code and
EWG doesn't consider the breakage to be worth it. Vandevoorde pointed
out valid existing code that initializes bitfields (even with one bit) with
-1.
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/cwg_toc.html#1474">1474 User-defined literals and <inttypes.h> format macros</a> -> Instruct Core to close 1474 as NAD. The fix would be to remove
UDLs.
</p>
<p>
<a href="http://open-std.org/JTC1/SC22/WG21/docs/cwg_toc.html#1519">1519 Conflicting default and variadic constructors</a> -> Open an EWG issue for 1519, <a href="ewg-closed.html#107">107</a>. Mark as NAD, there is a work-around
and Concepts Lite will make the work-around much easier.
</p>
</body>
</html>