update boost

This commit is contained in:
2023-11-24 12:56:13 -06:00
parent cfc99971af
commit 19d727037a
9260 changed files with 849256 additions and 299957 deletions

View File

@@ -8,11 +8,10 @@
#ifndef BOOST_GIL_IO_GET_WRITE_DEVICE_HPP
#define BOOST_GIL_IO_GET_WRITE_DEVICE_HPP
#include <boost/gil/detail/mp11.hpp>
#include <boost/gil/io/device.hpp>
#include <boost/gil/io/path_spec.hpp>
#include <boost/mpl/and.hpp>
#include <type_traits>
namespace boost { namespace gil {
@@ -27,7 +26,7 @@ struct get_write_device
FormatTag,
typename std::enable_if
<
mpl::and_
mp11::mp_and
<
detail::is_adaptable_output_device<FormatTag, Device>,
is_format_tag<FormatTag>
@@ -46,7 +45,7 @@ struct get_write_device
FormatTag,
typename std::enable_if
<
mpl::and_
mp11::mp_and
<
detail::is_supported_path_spec<String>,
is_format_tag<FormatTag>