[Bug c++/23227] SFINAE bug

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Wed Sep 14 15:35:00 GMT 2005


------- Additional Comments From bangerth at dealii dot org  2005-09-14 15:35 -------
I believe the compiler is correct. In order to check whether there 
is a conversion sequence from float to A<C>, it needs to instantiate the 
type, parts of which are declared by incomplete. This should be an error. 
icc says the same, whatever this means. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23227



More information about the Gcc-bugs mailing list