This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/51486] g++ doesn't implicitly search for <decimal> header in system include path include/c++/<version>/decimal/


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51486

--- Comment #3 from Ryan S. Arnold <rsa at us dot ibm.com> 2011-12-09 16:39:17 UTC ---
Thanks.  Using #include <decimal/decimal> instead of #include <decimal> does
indeed work.  I'm just wondering what's correct.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]