[all-commits] [llvm/llvm-project] 66dea8: [libc++] Mark some members private in experimental...
Joseph Loser via All-commits
all-commits at lists.llvm.org
Mon Feb 7 15:07:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66dea85b360db2309a516e223335402ef2a7deae
https://github.com/llvm/llvm-project/commit/66dea85b360db2309a516e223335402ef2a7deae
Author: Joe Loser <joeloser93 at gmail.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M libcxx/include/experimental/functional
Log Message:
-----------
[libc++] Mark some members private in experimental/functional
Some members are public but should be private. Nothing requires they are public
right now, so make them private.
Differential Revision: https://reviews.llvm.org/D119097
More information about the All-commits
mailing list