Date
2010-10-21.00:00:00
Message id
3088

Content

Given

    int&& f();
    int i;

it is surprising that decltype(f()) and decltype(static_cast<int&&>(i)) are not the same type.