$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Units] Variant runtime analysis
From: alfC (alfredo.correa_at_[hidden])
Date: 2011-02-26 02:37:48
On Feb 25, 8:21 am, Samuel Debionne <debio..._at_[hidden]> wrote:
> I have been playing with things like :
>
> quantity<variant<force, length, energy> >
That won't work because variant<...> is not a unit type. Can you post
a small example of what you want to achieve?
Alfredo