------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-03 
18:39 -------
Here is something a little smaller:
template <class _Tp> class insert_iterator<slist<_Tp> > {};
template <class _Value> class insert_iterator<int > {
hash_set<_Value>;


Reduced by hand.

-- 


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

Reply via email to