On 19 February 2016 at 16:27, H.J. Lu <hjl.to...@gmail.com> wrote:

> We want to include static member functions and exclude non-static member
> functions.
>

There's no reason to disallow non-static member functions in general; they
have no impact on being trivially copyable or not, only the presence of a
non-trivial copy constructor or destructor does.
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to