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: "janis at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 09 Dec 2011 17:04:04 +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 #5 from Janis Johnson <janis at gcc dot gnu.org> 2011-12-09 17:04:04 UTC ---
Header <decimal> didn't go with the standard headers because it's not part of
the standard. My first couple of patches put it in <tr24733/decimal> on the
recommendation of Benjamin Kosnik. Ed Smith-Rowland in
<http://gcc.gnu.org/ml/libstdc++/2009-10/msg00012.html> suggested putting it in
<decimal/decimal> instead, where it would be just as hidden from standard files
but more recognizable. Benjamin agreed and made that change.
I don't care where it goes, just wanted to clarify why it is where it is now.