You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Compile with an old compiler like xlC v8.0.0
What is the expected output? What do you see instead?
it does not compile
What version of the product are you using? On what operating system?
- cpp-btree-1.0.1
- AIX 5.3
Please provide any additional information below.
So I made little hacks to make it work.
First is to define a homemade type_traits to support the cpp-btree.
I attach it to this issue type_traits_hm.
Secondly I moved the external definition of some btree's methods into the
declaration directly in the class.
That's all.
Subsidiary I made a little hack to have a safe_btree_multiset working.
I checked the performances with an homemade code. I also attach it.
Original issue reported on code.google.com by [email protected] on 1 Mar 2013 at 9:41
Original issue reported on code.google.com by
[email protected]
on 1 Mar 2013 at 9:41Attachments:
The text was updated successfully, but these errors were encountered: