You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is it fine to drop boost package in wjelement-cpp? Any alternative packages suggested?
The text was updated successfully, but these errors were encountered: