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

replace boost::mpl with brigand or custom classes #7

Open
martinjrobins opened this issue Aug 5, 2017 · 2 comments
Open

replace boost::mpl with brigand or custom classes #7

martinjrobins opened this issue Aug 5, 2017 · 2 comments

Comments

@martinjrobins
Copy link
Collaborator

boost::mpl is used for the getter_types in src/Get.h and src/detail/Get.h, this should be replaced with a c++11 alternative like brigand, which should (hopefully) improve compile-time speed/memory usage

@martinjrobins
Copy link
Collaborator Author

actually, don't even know if a whole library like brigand is needed. Only need a search functionality over a type-list, plus some minor meta-programming conditionals for SFINAE, which you can probably do with the standard library

@martinjrobins martinjrobins changed the title replace boost::mpl with brigand replace boost::mpl with brigand or custom classes Oct 13, 2017
@martinjrobins
Copy link
Collaborator Author

boost 1.66 now has mp11, which is a good replacement for boost::mpl

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

1 participant