$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: chun ping wang (cablepuff_at_[hidden])
Date: 2006-05-18 10:44:52
is there any work around against too few template arguments error.
template <typename T,
template <typename ELEM, typename = std::allocator<ELEM> >
class CONT
>
CONT<T> someFunc()
{
}
this gives an error in visual c++ yet it works perfectly fine in devc++
4.9.9.2 is vc++ 7.1 too old?