Re: [patch] libstdc++/60132 deprecate C++0x has_trivial_xxx traits

2015-01-08 Thread Jonathan Wakely
On 08/01/15 16:24 +, Jonathan Wakely wrote: Now that we provide the std::is_trivially_xxxible traits we don't need to keep the has_trivial_xxx ones from the earlier C++0x drafts. This patch marks them as deprecated so we can remove them in future. I'll update the changes.html notes too. He

[patch] libstdc++/60132 deprecate C++0x has_trivial_xxx traits

2015-01-08 Thread Jonathan Wakely
Now that we provide the std::is_trivially_xxxible traits we don't need to keep the has_trivial_xxx ones from the earlier C++0x drafts. This patch marks them as deprecated so we can remove them in future. I'll update the changes.html notes too. Tested x86_64-linux, committed to trunk. commit 2ca