--- extra/yassl/taocrypt/src/integer.cpp.orig 2017-04-30 11:09:29 UTC +++ extra/yassl/taocrypt/src/integer.cpp @@ -74,7 +74,7 @@ template CPP_TYPENAME AlignedAllocator::pointer AlignedAllocator::allocate( size_type n, const void *) { - if (n > this->max_size()) + if (n > AlignedAllocator::max_size()) return 0; if (n == 0) return 0;