On Oct 11, 2011, at 10:08 PM, Richard Smith wrote:

> Author: rsmith
> Date: Wed Oct 12 00:08:15 2011
> New Revision: 141768
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=141768&view=rev
> Log:
> constexpr: don't consider class types with mutable members to be literal 
> types.
> 
> The standard doesn't allow this, but mutable constexpr variables break the
> semantics so badly that we can't reasonably accept them.


Can you explain a bit? We can't assign to the mutable variables anyway.

And… have you submitted a core issue on this?

        - Doug
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to