PCHs and 26_numerics/complex_value.cc
Benjamin Kosnik
bkoz@redhat.com
Wed Apr 16 14:52:00 GMT 2003
On Wed, 16 Apr 2003 16:40:24 +0200
Paolo Carlini <pcarlini@unitus.it> wrote:
>I'm puzzled like you.
If you use -Winvalid-pch when compiling this file you'll see that the
generated stdc++.h.gch files is not used. This is because
complex_value.cc is compiled without optimization, and thus __OPTIMIZE
or whatever is no longer defined.
Perhaps this is related...
-benjamin
More information about the Libstdc++
mailing list