Reimplement trivially semiregular trait

This commit is contained in:
Andrzej Krzemienski
2024-08-15 11:42:42 +02:00
parent 27309c40ad
commit 346dc03746
4 changed files with 65 additions and 88 deletions

View File

@ -22,10 +22,6 @@
#include <iosfwd>
#endif // BOOST_NO_IOSTREAM
#ifdef BOOST_OPTIONAL_DETAIL_USE_STD_TYPE_TRAITS
# include <type_traits>
#endif
#include <boost/assert.hpp>
#include <boost/core/addressof.hpp>
#include <boost/core/enable_if.hpp>