mirror of
https://github.com/boostorg/heap.git
synced 2026-01-21 17:02:26 +00:00
7 lines
99 B
C++
7 lines
99 B
C++
#include <boost/heap/fibonacci_heap.hpp>
|
|
|
|
int main()
|
|
{
|
|
boost::heap::fibonacci_heap< int > q;
|
|
}
|