search for: rc_binomial_heap_

Displaying 5 results from an estimated 5 matches for "rc_binomial_heap_".

2009 Aug 31
2
[LLVMdev] accessing a bitcode library exported from C++ using the JIT
...re works but make fails with: from /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/precompiled/extc++.h:60: /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:79: error: ISO C++ forbids declaration of ‘rc_binomial_heap_’ with no type /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:79: error: expected ‘;’ before ‘<’ token I'm building on MacOSX 10.5.8 and my parnter will be building on MinGW under Windows XP. Is this a problem with...
2009 Aug 31
0
[LLVMdev] accessing a bitcode library exported from C++ using the JIT
...ake fails with: > > from /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/precompiled/extc++.h:60: > /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:79: error: ISO C++ forbids declaration of ‘rc_binomial_heap_’ with no type > /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:79: error: expected ‘;’ before ‘<’ token > > I'm building on MacOSX 10.5.8 and my parnter will be building on MinGW under Windows XP. > >...
2010 Nov 05
1
[LLVMdev] llvm autoconf using LLVM_SRC_ROOT?
..._ 28 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/unordered_iterator 52 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/thin_heap_ 44 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/pairing_heap_ 104 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_ 48 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/rc_binomial_heap_ 20 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/basic_tree_policy 56 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/list_update_map_ 64 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/resize_policy 20 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/list_update_policy 124 ./gcc-4.2/include/c++/4.2.1/ext/pb_...
2010 Nov 05
2
[LLVMdev] llvm autoconf using LLVM_SRC_ROOT?
..._ 28 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/unordered_iterator 52 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/thin_heap_ 44 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/pairing_heap_ 104 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_ 48 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/rc_binomial_heap_ 20 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/basic_tree_policy 56 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/list_update_map_ 64 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/resize_policy 20 ./gcc-4.2/include/c++/4.2.1/ext/pb_ds/detail/list_update_policy 124 ./gcc-4.2/include/c++/4.2.1/ext/pb_...
2009 Sep 01
4
[LLVMdev] accessing a bitcode library exported from C++ using the JIT
...t; from > /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/precompiled/extc++.h:60: > > > /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:79: > error: ISO C++ forbids declaration of ‘rc_binomial_heap_’ with no type > > > /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:79: > error: expected ‘;’ before ‘<’ token > > > > I'm building on MacOSX 10.5.8 and my parnter will be building on MinGW u...