-
Notifications
You must be signed in to change notification settings - Fork 12
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
boost program_options shared_ptr instead of raw pointer #323
Comments
the patch includes both changes to cpp and hpp files, which is different than any of our existing boost patches (all header-only) so I'll have to see if there is anything different I need to do with
externpro/projects/boostasio1_67.cmake Line 21 in 25b462e
I was pretty sure we'd patched a boost library before that contained both cpp and hpp files, so I went looking through the history -- and it appears we did for boost::iostreams and I broke it out into two patches
but I didn't ever commit the externpro project files that used these patches as it turned out they weren't needed for the "build boost with zlib support" feature |
the
|
|
completed with commit referenced above |
boost 1.67.0 patch externpro/program_options#1
boost 1.76.0 patch externpro/program_options#2
see boostorg/program_options#109 for details
The text was updated successfully, but these errors were encountered: