Boost logo

Boost :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-03-22 01:54:13


Janusz Piwowarski wrote:

>> Well, I'm sure I wanted to remove specialization, but the code proves I
> did
>> not. Ok, this time I really fixed it. The fix will be included in the
>> next version, and those with Subversion client can directly get it from
>>
>> http://zigzag.cs.msu.su:7813/repos/trunk/program_options
>>
> Unfortunately, now linker claims there isn't validator for std::string
> (try custom_syntax example)

Strange. It works for me. Additionally, value_semantic.cpp contains the
following:

  template<>
    void validator<string>::operator()(any& v, const vector<string>& xs)
    {
        ....
    }

Could you take a look if your 'build/Jamfile' mention that file?

- Volodya


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