$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: michel.andre_at_[hidden]
Date: 2001-03-22 07:14:05
> Templating the system routines called on the other hand
> as suggested by Michel Andre demands to change the code
> on every platform since most counter classes will
> not be usable on all platforms.
Yes that of course is a problem. But could be used with some kind of
per platform sensible default. Via a typedef or some kind of policy.
Or maybe a default_counter class which uses the most sensible counter
for the current platform.
/Michel