commit | 175dd5beb2d5ec621488ed1ce82916fa18dce5c0 | [log] [tgz] |
---|---|---|
author | yutak <[email protected]> | Tue Dec 08 21:51:24 2015 |
committer | Commit bot <[email protected]> | Tue Dec 08 21:52:13 2015 |
tree | 22246a4d5e8cdbe03dcef6d9bae9011047c9cfd0 | |
parent | 8dfb67a7c07fa569081c42df5f5e3d68a54527e8 [diff] |
C++11 style guide: Ban alignas/alignof for now. This patch moves C++11 alignment features (alignas/alignof) to the banned language features section, since MSVS 2013 does not support them. MSVS 2015 seems to support them, so we can revisit once MSVS 2015 is rolled out. Discussion thread: https://groups.google.com/a/chromium.org/forum/#!msg/cxx/rwXN02jzzq0/CpUc1ZzMBQAJ BUG=none Review URL: https://codereview.chromium.org/1509123002 Cr-Commit-Position: refs/heads/master@{#363798}