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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/utils/lib/CryptoPP.cc<->2012-04-04 23:20:54.000000000 +0300
0
++ src/utils/lib/CryptoPP.cc<->2013-02-23 00:58:31.000000000 +0200
Lines 1700-1706 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 458798