Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212415
Collapse All | Expand All

(-)basic.orig/source/comp/codegen.cxx (+2 lines)
Lines 538-542 Link Here
538
	// this to force instatiation of the template. Otherwise using the template
538
	// this to force instatiation of the template. Otherwise using the template
539
	// in another code module results in link errors :-(
539
	// in another code module results in link errors :-(
540
	PCodeBuffConvertor< UINT16, UINT32 > aInst1(0,0);	
540
	PCodeBuffConvertor< UINT16, UINT32 > aInst1(0,0);	
541
	aInst1.convert();
541
	PCodeBuffConvertor< UINT32, UINT16 > aInst2(0,0);	
542
	PCodeBuffConvertor< UINT32, UINT16 > aInst2(0,0);	
543
	aInst2.convert();
542
}
544
}

Return to bug 212415