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

cpp-operator-definition « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1acd827159212f57cd6267c4eba7a51594173ba2 (plain)
1
2
3
4
Value operator+(Value LEFT, Value RIGHT)
{
	ChangeMe;
}