Add folly::assume_unreachable
authorChristopher Dykes <cdykes@fb.com>
Tue, 26 Jul 2016 22:50:47 +0000 (15:50 -0700)
committerFacebook Github Bot 5 <facebook-github-bot-5-bot@fb.com>
Tue, 26 Jul 2016 22:53:45 +0000 (15:53 -0700)
commit6d9473d8c3aeddeebc574be309ad2d5d3bb765f7
tree3ace9888848d6fce3f3e1eb6768a8657ae22d92a
parent9982d892aa81516bb737ceb97879e7a8b35f4b05
Add folly::assume_unreachable

Summary: So that the `[[noreturn]]` attribute can be applied.

Reviewed By: yfeldblum

Differential Revision: D3614122

fbshipit-source-id: 4b95cb553e85c85c277c00b8165671dcc75afac8
folly/Assume.h
folly/test/AtomicHashMapTest.cpp