$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [units] Unable to print temperature quantity
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2011-11-13 17:23:42
Le 13/11/11 21:11, Steven Watanabe a écrit :
> AMDG
>
> On 11/12/2011 06:04 AM, Vicente J. Botet Escriba wrote:
>> I think this is a bug in Boost.Units. I suspect that the call to
>> detail::do_print_prefixed<Prefixes>(os, q) will not use overload
>> resolution as it is used with<Prefixes>.
>>
> If so, it's a compiler bug. Explicit template arguments
> shouldn't disable partial ordering.
>
>
I'm not a language layer. I thought this was the case. Sorry for the noise.
Best,
Vicente