On Tuesday 15 October 2002 1:08 pm, Jean-Marc Lasgouttes wrote:
> >>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> Andre> What happens if you put an explicit instantiation
> somewhere in Andre> lyxsum.C:
>
> Andre>    template boost::detail::crc_table_t<32, 79764919,
> Andre> true>::table_;
>
> Indeed, adding
> template class boost::detail::crc_table_t<32, 79764919, true>;
> fixes the problem!
>
> This is certainly good enough for 1.2.2cvs, but a better fix
> is needed for 1.3.0...

What happens for "smart" compilers that already instantaite this 
staic variable correctly. Will they get confused by a duplicate?

Angus

Reply via email to