|
Boost : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-05-27 02:20:49
I get the following error from metrowerks:
It seems that given:
template<>
bool
basic_config_file_iterator<wchar_t>::getline(std::string& s);
template<class charT>
bool
basic_config_file_iterator<charT>::getline(std::string& s)
{
return std::getline(*is, s);
}
Metrowerks decides to use the second, unspecialized version, even for
basic_config_file_iterator<wchar_t>, and this surely fails to compile.
Anybody knows what could be the reason? The entire header which causes the
error can be found at:
Thanks in advance,
Volodya
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk