From: EMalenfant_at_[hidden]
Date: 2006-02-07 11:15:19


From: Soni, Aashit [mailto:aashit.Soni_at_[hidden]]
>
> typedef
> employee_set::index<employee_set,ssnumber>::type employee_set_by_ssn;
>

I'm not a seasoned user of the MultiIndex library but, looking at the
documentation, it seems that the above should be written as:

        typedef employee_set::index<ssnumber>::type employee_set_by_ssn;

HTH,
-----------------------------
Éric
A conclusion is the place where you got tired of thinking