Remove all references to Boost

Since we no longer depend on any of it.
This commit is contained in:
Robbert van der Helm
2022-04-15 15:25:03 +02:00
parent 7b3afa4043
commit 88ac466501
7 changed files with 16 additions and 29 deletions
-6
View File
@@ -34,12 +34,6 @@ page lists some of those.
files from smaller stub libraries. This would avoid having to rerun
`yabridgectl sync` after an upgrade, and it would save disk space on systems
without support for reflinks.
- Consider replacing Boost.Asio with the standalone Asio library,
Boost.Filesystem with a similar headers only library (as `std::filesystem`
doesn't work under `wineg++`) and all other components with custom wrappers
around Linux and Windows APIs. Getting rid of the Boost.Filesystem dependency
would be nice as it makes packaging easier, but it would require a lot of work
to make it happen.
# Somewhere in the future, possibly