[Bug c++/14007] [3.3/3.4/3.5 Regression] Incorrect use of const partial specialization for reference template argument

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Tue Feb 3 20:22:00 GMT 2004


------- Additional Comments From bangerth at dealii dot org  2004-02-03 20:22 -------
Or, still simpler: 
------------------ 
template <typename T> struct X {}; 
template <typename T> struct X<const T>; 
template struct X<int&>; 
------------------ 
 
W. 

-- 


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



More information about the Gcc-bugs mailing list