Skip to content

Commit

Permalink
make patches consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 1, 2025
1 parent c9bbbc4 commit 72f9b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/boost-patches/0003-drop-windows-headers-from-asio.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Subject: [PATCH] drop windows headers from asio

diff --git src/cxx_supportlib/vendor-modified/boost/asio.hpp src/cxx_supportlib/vendor-modified/boost/asio.hpp
index 7b889de4a..b32ead6ae 100644
--- src/cxx_supportlib/vendor-modified/boost/asio.hpp
+++ src/cxx_supportlib/vendor-modified/boost/asio.hpp
--- a/src/cxx_supportlib/vendor-modified/boost/asio.hpp
+++ b/src/cxx_supportlib/vendor-modified/boost/asio.hpp
@@ -182,15 +182,6 @@
#include <boost/asio/uses_executor.hpp>
#include <boost/asio/version.hpp>
Expand Down

0 comments on commit 72f9b29

Please sign in to comment.