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 think it's time we can reconsider removing the Boost dependency from the example apps. We're mainly using program_options and filesystem. We can use cxxopts to replace the former, and for the latter, we can require C++17 (just to compile the examples - the rest of eos will not require it yet).
The text was updated successfully, but these errors were encountered:
I think it's time we can reconsider removing the Boost dependency from the example apps. We're mainly using
program_options
andfilesystem
. We can use cxxopts to replace the former, and for the latter, we can require C++17 (just to compile the examples - the rest of eos will not require it yet).The text was updated successfully, but these errors were encountered: