예제 #1
0
파일: main.cpp 프로젝트: AssassinPig/my_src
//for case 2, you will also add this fun to namespace boost invoid pollution
void swap(point &x, point &y)
{
	x.swap(y);
}