$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-04-27 06:25:17
>But when I tried to use pool_alloc, it had problems including
<limits>. At first, I thought this was a type-o, so I changed it to
climits, but it appears to be looking for std::numeric_limits, which
isn't there. Surely someone else is using g++ (2.95-4 rpm on redhat
linux) and knows a work around. Sorry, this is probably a dumb
question.
<
That should be changed to #include <boost/limits.hpp> which works around
the problem..
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/