$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2005-07-19 06:33:07
On Mon, 18 Jul 2005 02:20:24 +0400, Serge Skorokhodov wrote
> Another question though:)
>
> ptime::hours() etc ruturn an extreamly lengthy typedef instead of
> long. Is it possible to "export" this typedef somehow in the
> library? Just to save a little bit typing? :)))
You can use time_duration::hour_type -- is that what you mean?
Jeff