$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 07:22:01
Hello,
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.
The following definition should probably be added.
template<class Config, class charT, class OutputIterator>
std::locale::id date_names_put<Config, charT, OutputIterator>::id;
Thanks, Markus