[libc++][NFC] Define functor's call operator inline
This fixes a mismatched visibility attribute on the call operator in addition to making the code clearer. Given this is a simple lambda in essence, the intent has always been to give it inline visibility.
Loading
Please sign in to comment