Merge #17316: refactor: Replace all uses of boost::optional with our own Optional type
pull/764/headd314e8a818
refactor: Replace all uses of boost::optional with our own Optional type (Wladimir J. van der Laan) Pull request description: Replace all uses of boost::optional with our own Optional type. Luckily, there aren't so many. After this: - `boost::optional` is no longer used directly (only through `Optional` which is an alias for it) - `boost/optional.hpp` is only included in one place ACKs for top commit: MarcoFalke: ACKd314e8a818
practicalswift: ACKd314e8a818
-- diff looks correct + satisfying to see incremental progress towards the goal of a Boost free future :) jtimon: ACKd314e8a818
fanquake: ACKd314e8a818
Tree-SHA512: b43e0017af81b07b5851377cd09624f114510ac5b9018d037664b58ad0fc8e893e30946b61f8f5e21e39125925bf9998a81f2226b468aab2df653ee57ed3213d
commit
08e2947312
Loading…
Reference in new issue