Merge pull request #98 from ecatmur/patch-1

clang/c++23: disable converting move assignment
This commit is contained in:
Antony Polukhin
2022-08-31 21:38:26 +03:00
committed by GitHub
+2 -1
View File
@@ -2131,7 +2131,8 @@ private: // helpers, for modifiers (below)
public: // modifiers
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && \
(!BOOST_WORKAROUND(BOOST_CLANG_VERSION, BOOST_TESTED_AT(150000)) || BOOST_CXX_VERSION <= 202002L)
template <class T>
typename boost::enable_if<
boost::mpl::and_<