Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cpp-class-constructor-mem-init « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49a69f37e1616e683a9d80531faddf2d11c7e0b6 (plain)
1
2
3
4
5
Item::Item(int RIGHT) :
	member(0)
{
	ChangeMe;
}