Angus Leeming wrote:
> std::ostream & operator<<(std::ostream & os, setFamily const & sf)
> {
>         os.iword(CName::GetAlloc()) = sf.family_;

Ouch! That's
        os.iword(setFamily::getAlloc()) = sf.family_;

>         return os;
> }
> 
> } // namespace font
> 
> 

-- 
Angus

Reply via email to