Ejemplo n.º 1
0
//for case 2, you will also add this fun to namespace boost invoid pollution
void swap(point &x, point &y)
{
	x.swap(y);
}