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

My C++11 fork #1

Closed
BurningEnlightenment opened this issue Nov 4, 2015 · 2 comments
Closed

My C++11 fork #1

BurningEnlightenment opened this issue Nov 4, 2015 · 2 comments

Comments

@BurningEnlightenment
Copy link

I put some effort into integrating C++11 language features, unifying codepaths, realizing the unit tests using the boost unit test framework and refactoring some internals over here... what is your opinion about these changes?
In addition to that I started writing new API docs using mkdocs and doxygen, but got carried away by my studies. If you want I will share the current state with you.

Best wishes,
Henrik Gaßmann

@Flamefire
Copy link
Contributor

Please do not use C++11 only features. It should be usable with C++98. If you have some config that makes it usable with both, ok. But please do not break C++98 support

@nemtrif
Copy link
Owner

nemtrif commented Mar 11, 2016

Thanks for the comment. I have no intention of introducing C++11/14/17 into the code base. It should work with a reasonably compliant C++ 98 compiler.

@nemtrif nemtrif closed this as completed Mar 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants