gcc-4.3.0 compilation problem

Kevin Kofler kevin.kofler at chello.at
Thu Feb 7 23:40:47 UTC 2008


Steve Grubb <sgrubb <at> redhat.com> writes:
> #include <limits.h>

This is C++, limits.h is deprecated in C++, you should:
#include <climits>
instead.

        Kevin Kofler




More information about the fedora-devel-list mailing list