[libcxx-commits] [libcxx] [libcxx] adds ranges::fold_left_with_iter and ranges::fold_left (PR #75259)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 18 14:50:36 PST 2023


================
@@ -89,9 +89,7 @@ struct __fold_left_with_iter {
   }
 };
 
-inline namespace __cpo {
 inline constexpr auto fold_left_with_iter = __fold_left_with_iter();
----------------
EricWF wrote:

Please make sure that in your commit message for this change (so it appears in blame easily), you clearly state that the omission of the namespace was intentional and maybe provide enough information to get them to some of the discussion that's happened here or elsewhere.



https://github.com/llvm/llvm-project/pull/75259


More information about the libcxx-commits mailing list