From: Rozental, Gennadiy (gennadiy.rozental_at_[hidden])
Date: 2003-03-20 17:03:06


> The way call_traits is currently implemented,
> call_traits<int&>::value_type
> is an int&, not an int.

Maybe it's due to lack of partial specialization. What compiler are you
using?
Without PTS y oucould not deduce int from int&.

Gennadiy.