The std::unary_function workaround should no longer be necessary

...with the bundled Boost 1.79.0, as
workdir/UnpackedTarball/boost/boost/numeric/conversion/detail/converter.hpp no
longer uses it since
<ebfded1d7d>
"Remove the deprecated uses of std::unary_function (again)" in Boost 1.66.0

Change-Id: I58808cc2a7836c63ee13cf63c8528fc95f4e2cea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136555
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2022-06-28 10:36:37 +02:00
parent bab023ce3b
commit ead76a2070

View file

@ -18,13 +18,6 @@ $(eval $(call gb_StaticLibrary_add_defs,boost_date_time,\
-DBOOST_ALL_NO_LIB \
))
# Needed when building against MSVC in C++17 mode, as
# workdir/UnpackedTarball/boost/boost/numeric/conversion/detail/converter.hpp uses
# std::unary_function:
$(eval $(call gb_StaticLibrary_add_defs,boost_date_time, \
-D_HAS_AUTO_PTR_ETC=1 \
))
$(eval $(call gb_StaticLibrary_use_external,boost_date_time,boost_headers))
$(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,boost_date_time,cpp))