This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: compile fails on hypot
larsbj@lyx.org (Lars Gullik Bjønnes) writes:
| Benjamin Kosnik <bkoz@redhat.com> writes:
|
| | I just checked in a fix for this. After that checking, I was able to
| | build both with and without shadow headers.
|
| Yes, I also managed the build now.... however
|
| #include <string>
| int main()
| {
| std::string a("hello there");
| }
|
| Fails brutaly, se below.
a link to teststring.ii
ftp://ftp.devel.lyx.org/pub/lyx/teststring.ii
I really do not understand the errors I get...i.e. where are they
comming from?
Lgb