$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gabriel Dos Reis (Gabriel.Dos-Reis_at_[hidden])
Date: 2000-07-26 11:20:18
romdhani_at_[hidden] writes:
| Hi,
|
| I think that putting free good library code, as you do is a great
| thing
| !
|
| However, I think, you forgot to consider compatibility with the unix
| world. On your compiler_status.htm web page you only mention windows
| compiler. What about egcs's g++ ? My version of g++ is the newest.
Which one exactly?
|
| I tryed to compile the Timer library but the include file limits is
| not
| found and the class numeric_limits<clock_t> is undefined.
gcc-2.95.2 does -not- have the header <limits>.
-- Gaby