Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilation on non-c++2011 & safe_btree_multiset : done #10

Open
GoogleCodeExporter opened this issue Oct 6, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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 denis.jo...@gmail.com on 1 Mar 2013 at 9:41

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant