$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::mpl::plus changes type
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-04-09 20:47:45
AMDG
On 04/09/2011 04:36 PM, Peter Foelsche wrote:
> It is a major annoyance that these arrithmetic operations return a
> different type than the input!
> I mean I input boost::mpl::long_ and I get a boost::mpl::integral_c
>
It isn't really different. mpl::long_ is
just a shortcut for integral_c.
In Christ,
Steven Watanabe