$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-09-30 08:22:53
Jeff Garland wrote:
>> I think the declaration of date_names_put::id in the date_time
>> library (in the file date_names_put.hpp) requires a definition as
>> it is a non-const static member of the class but I can't find such
>> a definition anywhere.
>
>
> It is in libs/date_time/src/gregorian/greg_month.cpp which is
> compiled into the library.
>
> Jeff
Oh, I missed that one. Thanks. Could you please add an initializer to
the specialization in greg_month.cpp, otherwise vacpp doesn't export the
symbol from the generated object file. This is really weird.
TIA, Markus