Subject: [Boost-users] boost::mpl::plus changes type
From: Peter Foelsche (foelsche_at_[hidden])
Date: 2011-04-09 19:36:03


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

Peter