http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52363
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel.kruegler at
| |googlemail dot com
--- Comment #7 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-04-18
14:08:45 UTC ---
Daniel, can you have a look to snippet in Comment #5? Should it compile or not?
Because, if it should not, then it seems we should simply arrange for joust to
know about sfinae-mode and in that case behave as-if pedantic were always set.
Would be doable, I think. On the other hand, if it should compile, things
seems a bit more fuzzy to me, it's as if the behavior due to the piece of code
at the end of joust is what we really want, even in -pedantic mode?!?