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

Fix for URI spirit parser on MSVC 10 Express #21

Closed
glynos opened this issue Oct 31, 2010 · 3 comments
Closed

Fix for URI spirit parser on MSVC 10 Express #21

glynos opened this issue Oct 31, 2010 · 3 comments
Labels

Comments

@glynos
Copy link
Member

glynos commented Oct 31, 2010

From a message on the Boost user's list:

Hi there, when compiling basic tests of netlib 0.7 one has to include
boost/thread.hpp. A small change is also needed in line of
parse_uri.hpp[28] from

#if SPIRIT_VERSION > 0x2030

to

#if SPIRIT_VERSION >= 0x2030

I'm using Visual Studio 10 Express. Also the time it takes to compile
a simple test is very high. I hope this will change with the upcoming

0.8 version.

@ghost
Copy link

ghost commented Nov 18, 2010

Has this been applied yet Glyn? Or do I have to fix this too?

@glynos
Copy link
Member Author

glynos commented Nov 18, 2010

I applied it, but couldn't test it because I don't have access to this compiler.

@ghost
Copy link

ghost commented Nov 19, 2010

Cool, that's alright. I'm packaging 0.8 later, filling out the missing parts of the documentation, closing this issue now.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant