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++/69893] [6 Regression] Conflicting declarations in <math.h> and <parallel/algorithm>


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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
And this already failed with GCC 5 and -std=c++11

#include <cmath>
using std::acosh;
#include <tr1/cmath>

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