https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96675

Giorgio Audrito <giorgio.audrito at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |giorgio.audrito at gmail dot 
com

--- Comment #4 from Giorgio Audrito <giorgio.audrito at gmail dot com> ---
I am having a similar problem (10.2.0) with a situation like this:

template <int O>
using foo = std::integral_constant<bool, (O&1)==1>;
....
foo<1> ... foo<0>...

I read this issue will be fixed in 10.3, I guess my situation will be fixed
also?

Reply via email to