Re: C++ PATCH for constexpr vs. mutable

2011-10-27 Thread Gabriel Dos Reis
Jason Merrill writes: | Recent discussion on the committee reflector pointed out issues with | mutable and constexpr; this patch implements what I think is a | reasonable solution. Yes, I agree. Thank you! -- Gaby

C++ PATCH for constexpr vs. mutable

2011-10-27 Thread Jason Merrill
Recent discussion on the committee reflector pointed out issues with mutable and constexpr; this patch implements what I think is a reasonable solution. Tested x86_64-pc-linux-gnu, applying to trunk. commit 4b41346ab344632f6c22adb3d947a093cdb770ac Author: Jason Merrill Date: Thu Oct 27 14:56