
22 Jun
2005
22 Jun
'05
3:33 p.m.
Andy Little wrote:
"David Abrahams" <dave@boost-consulting.com> wrote in message news:uzmti8rk1.fsf@boost-consulting.com...
"Alexander Nasonov" <alnsn-boost@yandex.ru> writes:
Class template integral_promotion<T> returns promoted type for all types listed in [conv.prom] except bit-fields. For other types it's noop. If you're interested I can try to boostify it.
I'm interested. I don't have an immediate need but I think it's important anyway.
Isnt any use case for this covered by Boost.Typeof ?
Even if it is, that's a pretty heavy-weight solution. Jonathan