
15 Jun
2004
15 Jun
'04
8:54 a.m.
Joaquín Mª López Muñoz wrote:
Have you taken a look at BOOST_EXPLICIT_TEMPLATE_TYPE and familiy in Boost.Config?
It seems I have a different problem. vc6 don't understand that "value" is template, unless I fully qualify the name. That is boost::program_options::value<string>()->implicit() works and value<string>()->implicit() does not. Hmm... I guess it's possible to require qualified name on those compilers, in no other workaround exist. - Volodya