$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Tiago de Paula Peixoto (tiago_at_[hidden])
Date: 2006-03-25 11:35:05
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 <tiago_at_[hidden]>