This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51486] g++ doesn't implicitly search for <decimal> header in system include path include/c++/<version>/decimal/
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 09 Dec 2011 16:47:48 +0000
- Subject: [Bug c++/51486] g++ doesn't implicitly search for <decimal> header in system include path include/c++/<version>/decimal/
- Auto-submitted: auto-generated
- References: <bug-51486-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51486
--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-12-09 16:47:48 UTC ---
With the difference vs tr1, that in this case, as far as I can see, there are
no name collision issues, thus installing both decimal and decimal.h at the the
same level of the the other standard headers would be trivial, if we wanted.