[Bug c++/84347] attribute deprecated on a class partial specialization has no effect
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84347 --- Comment #2 from Martin Sebor --- Both Clang and Intel ICC behave as expected: t.C(3): warning #1478: class "A" (declared at line 1) was declared deprecated A aci; // -Wdeprecated-declarations (good) ^ t.C(11): warning #147
[Bug c++/84347] attribute deprecated on a class partial specialization has no effect
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84347 Martin Sebor changed: What|Removed |Added Keywords||diagnostic See Also|