$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-12-06 07:21:48
>In the following program, I expect i1 and i2 to have the same type.
Likewise
>ir1 and ir2. Does anyone know what's going on?
Unfortuately Borlands compiler consistantly drops cv-qualifiers when
processing template code, as a result add_const is actually more like
remove_const on that compiler. Your other templates probably suffer from
similar problems...
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/