Stop using Microsoft's undocumented _THROW0() macro |
||
Issue descriptionWe use the _THROW0() macro in src/courgette/memory_allocator.h but this macro is undocumented. We should be using noexcept instead, which is approved by the style guide. Billy O'Neal at Microsoft mentioned people depends on this macro, unfortunately. Bruce Dawson found our usage in Chrome.
,
Feb 28 2017
Twitter-driven programming
,
Mar 20 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/0bf02bd5b61add98b21b51c184579e15ecc49c45 commit 0bf02bd5b61add98b21b51c184579e15ecc49c45 Author: cblume <cblume@chromium.org> Date: Mon Mar 20 22:50:29 2017 Stop using undocumented _THROW0() macro Billy O'Neal at Microsoft mentioned people depend on this undocumented macro. Bruce Dawson at Google noticed we use it in Chrome. Context: https://twitter.com/BruceDawson0xB/status/836700784947441664 BUG= 697216 Review-Url: https://codereview.chromium.org/2721983002 Cr-Commit-Position: refs/heads/master@{#458213} [modify] https://crrev.com/0bf02bd5b61add98b21b51c184579e15ecc49c45/courgette/memory_allocator.h
,
Mar 20 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by cblume@chromium.org
, Feb 28 2017