Guard copy of std::function to llvm::function_ref (fix crash)
This is a footgun: assigning a null std::function to a function_ref does not yield a null function_ref...
parent
6ddaf0ee
Please register or sign in to comment
This is a footgun: assigning a null std::function to a function_ref does not yield a null function_ref...