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.

Reply via email to