$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-10-01 02:42:50
Jeff Garland wrote:
>
> Unfortunately my quick test indicates that it will be a problem. When
> I moved the code to boost/date_time/gregorian/greg_facet.hpp I got
> multiple definition errors on the link using gcc 3.1.
>
Hmm, that shouldn't happen. Did you define it like this?
template<class Config, class charT, class OutputIterator>
std::locale::id date_names_put<Config, charT, OutputIterator>::id;
Markus