$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2006-06-26 08:41:30
Andy Little wrote:
> "Andy Little" <andy_at_[hidden]> wrote in message
> news:e7o8mn$2pn$1_at_sea.gmane.org...
> Is their any reason that one couldnt allow different implementations?
>
> timer<time_duration> garland_timer;
> timer<boost::system::microsends_t> dawes_timer;
> timer<pqs::time::ms> andy_timer;
> timer<my::time_type> my_timer;
No, I'm certain I can make a policy based timer 'swiss army knife' timer that
would allow you to swap out the guts with whatever you want. But, honestly, I
think it's not worth the time it would take. But if you're moved to write it,
be my guest.
Jeff