Skip to content

Fixed multithread problem #604

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

Merged
merged 1 commit into from
Feb 20, 2016
Merged

Fixed multithread problem #604

merged 1 commit into from
Feb 20, 2016

Conversation

dptr
Copy link

@dptr dptr commented Feb 20, 2016

the boost::spirit grammar object is not thread safe without -DBOOST_SPIRIT_THREADSAFE
see https://groups.google.com/forum/#!topic/cpp-netlib/yqa5Qtpc1j4

the boost::spirit grammar object is not thread safe without -DBOOST_SPIRIT_THREADSAFE
see https://groups.google.com/forum/#!topic/cpp-netlib/yqa5Qtpc1j4
glynos added a commit that referenced this pull request Feb 20, 2016
Fixed multithread problem
@glynos glynos merged commit 210bf79 into cpp-netlib:master Feb 20, 2016
@glynos
Copy link
Member

glynos commented Feb 20, 2016

Thanks @dptr

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