[all-commits] [llvm/llvm-project] 21a1a2: [libc++][NFC] Define functor's call operator inline
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Aug 27 11:21:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 21a1a263a6d9c0c44ef8eb0744786e2aa5d59e53
https://github.com/llvm/llvm-project/commit/21a1a263a6d9c0c44ef8eb0744786e2aa5d59e53
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M libcxx/include/__threading_support
Log Message:
-----------
[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.
More information about the All-commits
mailing list