$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2005-08-11 05:58:58
The latest CVS contains the following code in
boost/date_time/date_generator_parser.hpp:
date_generator_parser(const date_generator_parser<date_type,charT>* dgp)
------------------------------------------------------------------^
{
this->m_element_strings = dgp.m_element_strings;
-------------------------------^
}
This is a typo, isn't it? Shoudn't this be a copy constructor?
Markus