@@ -425,6 +425,25 @@ <h3 id="blacklist_banned"><a name="core-blacklist"></a>C++11 Banned Features</h3
425
425
< th style ='width:240px; '> Notes</ th >
426
426
</ tr >
427
427
428
+ < tr >
429
+ < td > Alignment Features</ td >
430
+ < td >
431
+ < code > alignas</ code > specifier,
432
+ < code > alignof</ code > operator
433
+ < td > Object alignment</ td >
434
+ < td >
435
+ < a href ="http://en.cppreference.com/w/cpp/language/alignas "> alignas</ a > ,
436
+ < a href ="http://en.cppreference.com/w/cpp/language/alignof "> alignof</ a >
437
+ </ td >
438
+ < td >
439
+ < a href ="https://codereview.chromium.org/1497963002/ "> Doesn't work in
440
+ MSVS2013</ a > .
441
+ < a href ="https://msdn.microsoft.com/en-us/library/dn956970.aspx "> MSVS2015
442
+ supports them</ a > ; reevaluate after MSVS2015 is available.
443
+ < a href ="https://groups.google.com/a/chromium.org/d/msg/cxx/rwXN02jzzq0/CpUc1ZzMBQAJ "> Discussion thread</ a >
444
+ </ td >
445
+ </ tr >
446
+
428
447
< tr >
429
448
< td > Constant Expressions</ td >
430
449
< td > < code > constexpr</ code > </ td >
@@ -584,16 +603,6 @@ <h3 id="blacklist_review"><a name="core-review"></a>C++11 Features To Be Discuss
584
603
< th style ='width:240px; '> Notes</ th >
585
604
</ tr >
586
605
587
- < tr >
588
- < td > Alignment Features</ td >
589
- < td >
590
- < code > alignas</ code > specifier,
591
- < code > alignof</ code > operator,
592
- < td > Object alignment</ td >
593
- < td > < a href ="http://en.cppreference.com/w/cpp/language/alignof "> alignof</ a > </ td >
594
- < td > </ td >
595
- </ tr >
596
-
597
606
< tr >
598
607
< td > Attributes</ td >
599
608
< td > < code > [[< i > attribute_name</ i > ]]</ code > </ td >
0 commit comments