Hubert Holin wrote:
GNU C++ 2.95.3-5
  cannot find the limits standard header file (is this me?!)

I'd like to know. I do not currently have access to an installed copy of this compiler, but it's one for which quite some energy was expended to make things work.

AFAIK it's a known problem that the <limits>-header is missing for the GCC 2.95.x. I don't know if it's the "official" boost way of fixing this, but including <boost/detail/limits.hpp> instead of <limits> might fix this one, at least it once worked for me ;)


Regards, Daniel

--
Daniel Frey

aixigo AG - financial training, research and technology
Schloß-Rahe-Straße 15, 52072 Aachen, Germany
fon: +49 (0)241 936737-42, fax: +49 (0)241 936737-99
eMail: [EMAIL PROTECTED], web: http://www.aixigo.de


_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to