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

[question] Is it fine to drop boost package in wjelement-cpp? Any alternative package suggested? #3

Open
wrenashe opened this issue Nov 4, 2015 · 1 comment

Comments

@wrenashe
Copy link

wrenashe commented Nov 4, 2015

Is it fine to drop boost package in wjelement-cpp? Any alternative packages suggested?

@petehug
Copy link
Owner

petehug commented Nov 4, 2015

I'm sure there are alternatives, but I haven't looked at this.

Simply removing boost would require removing all boost::regex and boost::thread references. Without boost::regex, JSON Schema Draft-04 regex validation would not be supported and without boost::thread, you can run into concurrency issues in multi-threaded apps.

Please note that you can download pre-built boost libraries (they are rather large) and all you need to do is ensure thau your build environments include and library paths point to the boost library. Surely this takes much less time than "bastardising" wjelement-cpp.

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

2 participants