MyDeveloperDay marked an inline comment as done. MyDeveloperDay added a comment.
In D79773#2124231 <https://reviews.llvm.org/D79773#2124231>, @JohelEGP wrote: > constexpr plane(const plane& other) noexcept( > (detail::default_allocator_is_nothrow && > std::is_nothrow_copy_constructible_v<T>)) requires(std::copyable<T>) > : plane{to1d(other), other.sz.w} > { > } > > > Without the parentheses in trailing requires-clauses, all code following the > constructor initializer list is further indented. Just so I'm clear for this and your Allman coment would you show me what you are seeing and what you expect to see? just so I understand. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D79773/new/ https://reviews.llvm.org/D79773 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits