more coolness

This commit is contained in:
Marcin Junczys-Dowmunt 2016-05-03 23:51:17 +01:00
parent 8ca29596f9
commit 82b97c8536

View File

@ -24,6 +24,7 @@ struct Chainable {
virtual void set_zero_adjoint() { }
static inline void* operator new(size_t nbytes) {
// thread_local variable
return p.ordered_malloc(nbytes);
}
};