Boost logo

Boost :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-15 03:54:06


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk