openasip icon indicating copy to clipboard operation
openasip copied to clipboard

Reducing/eliminating Boost library dependencies

Open karihepola opened this issue 11 months ago • 0 comments

OpenASIP uses the Boost library for various functionalities. Some of these are nowadays implemented as part of the C++ standard library, which would allow them to be replaced with standard library functions. For example:

https://en.cppreference.com/w/cpp/filesystem

karihepola avatar Jan 17 '25 10:01 karihepola