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

test libcxx #14

Merged
merged 8 commits into from
Oct 14, 2017
Merged

test libcxx #14

merged 8 commits into from
Oct 14, 2017

Conversation

headupinclouds
Copy link
Contributor

No description provided.

@headupinclouds
Copy link
Contributor Author

This libcxx error is fixed in the latest cereal release:

/home/travis/.hunter/_Base/5e8d52b/09f3179/500c774/Install/include/cereal/details/polymorphic_impl.hpp:235:61: error: chosen constructor is explicit in copy-initialization
          auto & derivedMap = baseMap.insert( lb, {baseKey, {}} )->second;
                                                            ^~
/usr/include/c++/v1/map:838:14: note: constructor declared here
    explicit map(const key_compare& __comp = key_compare())
             ^
/usr/include/c++/v1/utility:262:37: note: passing argument to parameter '__y' here
    pair(const _T1& __x, const _T2& __y)

USCiLab/cereal#339

Updating to hunter_config(cereal VERSION 1.2.2-p0) in the config should fix the issue.

@headupinclouds
Copy link
Contributor Author

Thanks.

@ruslo ruslo merged commit da09a7a into master Oct 14, 2017
@ruslo ruslo deleted the pr.libcxx branch October 14, 2017 19:42
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

Successfully merging this pull request may close these issues.

2 participants