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 libstdc++/71090] #include <cmath> cannot locate math.h


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71090

bastl73 <sebastian.bw at freenet dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastian.bw at freenet dot de

--- Comment #5 from bastl73 <sebastian.bw at freenet dot de> ---
I had the same error with gcc-6.3 and it seems to be

#include_next <whatever.h>   fails

#include <whatever.h>   works

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