Skip to content

tpie::priority_queue(mm_avail) not in documentation #244

@ssoelvsten

Description

@ssoelvsten

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions