mirror of
https://github.com/jlblancoc/nanoflann.git
synced 2026-01-16 21:01:17 +01:00
do not write to stderr
This commit is contained in:
@@ -935,7 +935,6 @@ class PooledAllocator
|
||||
void* m = ::malloc(blocksize);
|
||||
if (!m)
|
||||
{
|
||||
fprintf(stderr, "Failed to allocate memory.\n");
|
||||
throw std::bad_alloc();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user