Mir

Comment 1 for bug 1199756

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

I mean I want to write:

void f(int x, int y)
{
    auto p = geom::Point(x, y);
}

Not

void f(int x, int y)
{
    auto p = geom::Point(geom::X(x), geom::Y(y));
}