Skip to content

Commit

Permalink
Add tpie::priority_queue(mm_avail) to documentation (closes thomasmoe…
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Jun 6, 2021
1 parent 776217b commit 362a89c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tpie/priority_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,9 @@ class priority_queue {
///////////////////////////////////////////////////////////////////////////
priority_queue(double f=1.0, float b=default_blocksize, stream_size_type n = std::numeric_limits<stream_size_type>::max());

#ifndef DOXYGEN
// \param mmavail Number of bytes the priority queue is allowed to use.
// \param b Block factor
priority_queue(memory_size_type mm_avail, float b=default_blocksize, stream_size_type n = std::numeric_limits<stream_size_type>::max());
#endif

/////////////////////////////////////////////////////////
///
Expand Down

0 comments on commit 362a89c

Please sign in to comment.