
22 Mar
2004
22 Mar
'04
6:54 a.m.
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
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