[Bug libstdc++/21609] array_allocator vs rebind & templated constructor

2019-04-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21609 --- Comment #11 from Jonathan Wakely --- I will remove this extension completely for GCC 10.

[Bug libstdc++/21609] array_allocator vs rebind templated constructor

2014-01-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21609 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW --- Comment

[Bug libstdc++/21609] array_allocator vs rebind templated constructor

2014-01-29 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21609 --- Comment #7 from Paolo Carlini paolo.carlini at oracle dot com --- I agree, let's deprecate it for 4.9.

[Bug libstdc++/21609] array_allocator vs rebind templated constructor

2014-01-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21609 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug libstdc++/21609] array_allocator vs rebind templated constructor

2014-01-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21609 --- Comment #8 from Jonathan Wakely redi at gcc dot gnu.org --- No matter where I put the deprecated attribute or how many times I instantiate the class template I can't get any deprecated warning. (PR 33911, but it usually warns if you

[Bug libstdc++/21609] array_allocator vs rebind templated constructor

2014-01-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21609 --- Comment #9 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Wed Jan 29 20:43:44 2014 New Revision: 207280 URL: http://gcc.gnu.org/viewcvs?rev=207280root=gccview=rev Log: PR libstdc++/21609 *

[Bug libstdc++/21609] array_allocator vs rebind templated constructor

2014-01-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21609 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/21609] array_allocator vs rebind templated constructor

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21609 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug libstdc++/21609] array_allocator vs rebind templated constructor

2005-05-16 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-05-16 17:51 --- Yes, sorry ;) (12.8). Summary fixed. -- What|Removed |Added Summary|array_allocator vs

[Bug libstdc++/21609] array_allocator vs rebind templated constructor

2005-05-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-16 18:24 --- (In reply to comment #2) Templates are never copy constructors. Just to clarify just in case some mistakes this for something different. template member functions cannot be considered a copy constructor.