--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-24
14:19 ---
Caused by:
+2005-01-07 Nathan Sidwell <[EMAIL PROTECTED]>
+
+ PR c++/19298
+ * pt.c (tsubst_qualified_id): Call convert_from_reference.
+
--
What|Removed |A
--- Additional Comments From belyshev at depni dot sinp dot msu dot ru
2005-07-24 14:15 ---
Confirmed, introduced between "2005-01-07 00:20 UTC" and "2005-01-08 00:20 UTC".
--
What|Removed |Added
---
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-24
14:06 ---
This was working on 20041124 but failing with 20050225.
Here is something a little smaller:
struct no_context {
template< class Event > void no_function( const Event & );
};
template< class Event, class T
--
What|Removed |Added
Target Milestone|--- |4.0.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23044