Is there a difference between the following declarations?
void somefunc(const Person &p); void somefunc(Person const &p);