[Bug c++/32081] Conflicting exception specifications not rejected in template specialization

2013-06-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32081 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/32081] Conflicting exception specifications not rejected in template specialization

2009-12-23 Thread redi at gcc dot gnu dot org
-- redi at gcc dot gnu dot org changed: What|Removed |Added CC||redi at gcc dot gnu dot org Status|UNCONFIRMED

[Bug c++/32081] Conflicting exception specifications not rejected in template specialization

2007-05-25 Thread andrew dot stubbs at st dot com
--- Comment #1 from andrew dot stubbs at st dot com 2007-05-25 11:21 --- This problem may also be observed in explicit instantiation: template class T void foo (T) throw (int) { } template void foo (short) throw (short); There are also similar issues with declarations of pointers