summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-10-04 19:40:14 +0300
committerEd Tanous <edtanous@google.com>2023-10-05 02:47:00 +0300
commit6fd295531d34a3f1df887200ad904321b6020ddd (patch)
treebaaa1f7b67d0c53df4e4a80bc59fad9d095fc5a2 /src
parentb8ad583f70f3f4acb9fb3883857a5f8d7af29fd3 (diff)
downloadbmcweb-6fd295531d34a3f1df887200ad904321b6020ddd.tar.xz
Update to boost 1.83.0
In boost 1.83.0, the boost::url maintainers deprecated the header only usage of the library without warning. A discussion with the maintainers[1] made it clear that they removed the abiliy on purpose, and they're not going to add it back or add a deprecation strategy (they did say they would update the documentation to actually match the intent), and that from here on in we should be using the cmake boost project to pull in the non-header-only boost libraries we use (which at this point is ONLY boost url). This commit updates to remove the usage of boost::urls::result typedef, which was deprecated in this release (which causes a compile error) and moves it to boost::system::result. In addition, it updates our meson files to pull in the boost project as a cmake dependency. [1] https://cpplang.slack.com/archives/C01JR6C9C4U/p1696441238739129 Tested: Not yet. Change-Id: Ia7adfc0348588915440687c3ab83a1de3e6b845a Signed-off-by: Ed Tanous <edtanous@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/boost_url.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/boost_url.cpp b/src/boost_url.cpp
deleted file mode 100644
index 95ec218eb5..0000000000
--- a/src/boost_url.cpp
+++ /dev/null
@@ -1,2 +0,0 @@
-
-#include <boost/url/src.hpp>