
25 Mar
2006
25 Mar
'06
4:35 p.m.
Hi.
There's a small typo in the program options documentation, under section
Howto->Custom Validators:
Where it is written:
// Make sure no previous assignment to 'a' was made.
validators::check_first_occurence(v);
it should be
// Make sure no previous assignment to 'a' was made.
validators::check_first_occurrence(v);
Thanks.
--
Tiago de Paula Peixoto