$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: dylan_nicholson (dylan_nicholson_at_[hidden])
Date: 2002-02-27 20:40:15
--- In boost_at_y..., "rameysb" <ramey_at_r...> wrote:
>
> 5) Compilers. I had lots of problems getting the package to
function
> they way I wanted with the MSVC compiler. I don't think that its
so
> much a problem with this compiler in particular. Its just that C++
> with templates has become so hard to implement.
>
Unless I'm missing something the demo doesn't currently compile under
MSVC because you're trying to use partial template ordering
(operator<< (oarchive, T) and operator<< (oarchive, list<T>))
Or have I done something wrong again (probably)...