[libc++] Avoid including <Block.h> from <functional>
Block.h is a pretty common name, which can lead to nasty collisions with user provided headers. Since we're only getting a few simple declarations from the header, it's better to declare them manually than to include the header. rdar://66384326 Differential Revision: https://reviews.llvm.org/D85035
Loading
Please sign in to comment