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

Boost.Containers compatibility #62

Open
kotoroshinoto opened this issue Oct 12, 2014 · 2 comments
Open

Boost.Containers compatibility #62

kotoroshinoto opened this issue Oct 12, 2014 · 2 comments

Comments

@kotoroshinoto
Copy link
Contributor

http://www.boost.org/doc/libs/1_56_0/doc/html/container.html#container.intro

there doesn't appear to be a main header, they're all in a subdirectory, and I can't find any portion of your m4 file thats delegated to dealing with these.

@kotoroshinoto
Copy link
Contributor Author

BOOST_DEFUN([Container],
[BOOST_FIND_HEADER([boost/container/container_fwd.hpp])])

seems to work as a check, but I don't know how to test whether a user would need to link against the containers library (i think it depeds on whether they're using boost's allocators) the link above talks about it.

@kotoroshinoto
Copy link
Contributor Author

maybe similar to the idea on random device of having 2 functions or one with an argument

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