http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40380
Benjamin Kosnik <bkoz at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2012-05-02 CC| |bkoz at gcc dot gnu.org AssignedTo|unassigned at gcc dot |bkoz at gcc dot gnu.org |gnu.org | Ever Confirmed|0 |1 --- Comment #3 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-05-02 22:56:37 UTC --- Just an update on this. From 4.6.0 onward, the file documentation for things like bits/unique_ptr.h now have forwarding text: http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-api-4.6/a01102.html " Detailed Description This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <memory>. Definition in file unique_ptr.h. " I think this is useful, but not as useful as saying that to use std::unique_ptr one needs to include <memory>.