http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46836
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |redi at gcc dot gnu.org --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2010-12-07 15:30:56 UTC --- yes yes yes! It's not entirely trivial, because e.g. std::tuple_size is declared in more than one place, and we have internal helpers which might be in namespace std but probably don't want to be reported as being part of any standard header, but I'd love to see this. If there's anything we can add to the libstdc++ headers to help this please let us know, I'd be happy to work on that.