[all-commits] [llvm/llvm-project] 7e1355: [libc++] Mark __wrap_iter's private constructors a...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Fri Mar 4 10:25:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e1355eb1327ffa94f680e925e266b9404392f32
https://github.com/llvm/llvm-project/commit/7e1355eb1327ffa94f680e925e266b9404392f32
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-03-04 (Fri, 04 Mar 2022)
Changed paths:
M libcxx/include/__iterator/wrap_iter.h
Log Message:
-----------
[libc++] Mark __wrap_iter's private constructors as explicit.
This is slightly more user-visible than D119894, because the user is
expected to touch `__wrap_iter` directly. But the affected ctors are
non-public, so the user was never expected to be actually calling them.
And I didn't intentionally omit this from D119894; I just didn't
think of it.
Differential Revision: https://reviews.llvm.org/D120937
More information about the All-commits
mailing list