decltype of fun-ptr should use explicit &
Summary: Some compilers may not understand `decltype(function)` when they would understand `decltype(&function)`, in particular, when that function has an exception specification. Differential Revision: D34000718 fbshipit-source-id: 8adf2846d9ed877109a35a25c79b694cc7ed4e6f
Showing
Please register or sign in to comment