Descriptionnet: Replace COMPILE_ASSERT with static_assert.
Since our toolchain supports c++'s static_assert, we can just use it
instead of COMPILE_ASSERT (which actually is just defined to
static_assert anyway).
BUG=442514
TEST=net_unittests
R=eroman@chromium.org
Committed: https://crrev.com/a16b95b0636478173fcf4e5bfc2f209f44b73815
Cr-Commit-Position: refs/heads/master@{#353882}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|