There is a #ifndef DOXYGEN around the absolute memory constructor for tpie::priority_queue. Its implementation seems to not have anything dangerous in it since it starts with the following assertion.
assert(mm_avail <= get_memory_manager().limit() && mm_avail > 0);
Is it ill advised to use this function and hence should it not be part of the documentation?
There is a
#ifndef DOXYGENaround the absolute memory constructor fortpie::priority_queue. Its implementation seems to not have anything dangerous in it since it starts with the following assertion.Is it ill advised to use this function and hence should it not be part of the documentation?