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

Can cpp-btree support the compilers without C++11? #17

Open
GoogleCodeExporter opened this issue Apr 20, 2016 · 1 comment
Open

Can cpp-btree support the compilers without C++11? #17

GoogleCodeExporter opened this issue Apr 20, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I study the code, and find the only C++11 feature used is <type_traits>.
For the lower version of gcc, <tr1/type_traits> can be use to instead.
Do the team have interesting to support pre-c++11 compilers?

Original issue reported on code.google.com by chen3feng on 7 Apr 2013 at 4:13

@GoogleCodeExporter
Copy link
Author

I finished this work, see
https://code.google.com/p/cpp-btree/issues/detail?id=18

Original comment by chen3feng on 8 Apr 2013 at 7:19

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