$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2000-11-16 07:06:29
>This may be a very stupid question.
Not at all.
>I'm just getting started with Boost. It's supposed to compile with GCC and
>its includes, but gcc 2.95 does not seem to come with <limits>. Is this
>something I should get from elsewhere like STLPort 4?
There are three options:
1) Copy <limits> plus <stl_config.h> from an updated SGI STL implimentation
to your include path.
2) Use SGI STL 3.3 "as is" as a replacement for your existing STL.
3) Use STLPort as a replacement for your existing STL.
BTW the forthcomming gcc version 3 should make this problem just "go away".
- John.