Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 412169 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/utils/lib/CryptoPP.cc (-1 / +1 lines)
Lines 1700-1706 static const char s_RunAtStartup = (AssignIntToInteger = FunctionAssignIntToInte Link Here
1700
template <class T>
1700
template <class T>
1701
CPP_TYPENAME AllocatorBase<T>::pointer AlignedAllocator<T>::allocate(size_type n, const void *)
1701
CPP_TYPENAME AllocatorBase<T>::pointer AlignedAllocator<T>::allocate(size_type n, const void *)
1702
{
1702
{
1703
	CheckSize(n);
1703
	this->CheckSize(n);
1704
	if (n == 0)
1704
	if (n == 0)
1705
		return NULL;
1705
		return NULL;
1706
	if (n >= 4)
1706
	if (n >= 4)

Return to bug 412169