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

Failure on msvc-12.0 #159

Closed
pdimov opened this issue Nov 13, 2017 · 4 comments · Fixed by #161
Closed

Failure on msvc-12.0 #159

pdimov opened this issue Nov 13, 2017 · 4 comments · Fixed by #161
Assignees

Comments

@pdimov
Copy link
Member

pdimov commented Nov 13, 2017

#include <boost/fusion/container/vector.hpp>
#include <boost/type.hpp>

int main()
{
	boost::fusion::vector<int, float> v1, v2;
	v1 = v2;
}
c:\projects\testbed2013\testbed.cpp(7): error C2036: 'boost::type' : unknown size

This comes up in the Spirit tests, f.ex. here:

https://ci.appveyor.com/project/boostorg/boost/build/1.0.4754-develop/job/yy8ymq7qvy73ce3c

@Flast
Copy link
Collaborator

Flast commented Nov 14, 2017

It might be caused by #154, I'll investigate.

@Flast Flast self-assigned this Nov 14, 2017
@Kojoley
Copy link
Contributor

Kojoley commented Nov 14, 2017

It is not #154 if it is not on the master. Look for Spirits qi_debug-p3, qi_pass_container2-p3, qi_pass_container2-p3 fails on MSVC 10, 11, 12.

@Flast
Copy link
Collaborator

Flast commented Nov 14, 2017

#154 is already merged into master. Isn't spirit master still old?

@Kojoley
Copy link
Contributor

Kojoley commented Nov 14, 2017

#154 is already merged into master.

I see... GitHub shows only develop in branch list for the commit, I fooled by it the second time in the last weeks.

Isn't spirit master still old?

Yes, it is.

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 a pull request may close this issue.

3 participants