mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 20:37:14 +02:00
Use type traits bool type in reference_content
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
|
||||
#include "boost/config.hpp"
|
||||
|
||||
# include "boost/mpl/bool.hpp"
|
||||
# include "boost/type_traits/integral_constant.hpp"
|
||||
# include "boost/type_traits/has_nothrow_copy.hpp"
|
||||
|
||||
#include "boost/mpl/void.hpp"
|
||||
@ -110,7 +110,7 @@ template <typename T>
|
||||
struct has_nothrow_copy<
|
||||
::boost::detail::reference_content< T& >
|
||||
>
|
||||
: mpl::true_
|
||||
: boost::true_type
|
||||
{
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user