[Bug c++/67139] [concepts] ICE on checking concepts with void with variable template
eric.niebler at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Aug 6 19:16:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67139
Eric Niebler <eric.niebler at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[concepts] ICE on checking |[concepts] ICE on checking
|concepts with void |concepts with void with
| |variable template
--- Comment #3 from Eric Niebler <eric.niebler at gmail dot com> ---
The problem goes away when _v<T> is replaced with the equivalent T::type::value
in concept IsTrue_, so that seems to be the smoking gun.
More information about the Gcc-bugs
mailing list