[#FOLLY_ASSUME_UNREACHABLE] = FOLLY_ASSUME_UNREACHABLE :mrdocs: Inform the compiler that the statement is not reachable at runtime, and disable compiler warnings. == Synopsis Declared in `<folly/lang/Assume.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define FOLLY_ASSUME_UNREACHABLE() ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#