Re: [eigen] Clean aligned memory allocation |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
it relies on the unsafe assumption that the memory allocator is a property of the platform and can thus be inferred from preprocessor checks.
That's not the case: many large applications use their own memory allocator, and that's a runtime property, not something that Eigen could detect at compile time.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |