mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
Fix basic_streambuf movable trait
This commit is contained in:
@ -2,6 +2,7 @@ Version 40
|
|||||||
|
|
||||||
* Add to_static_string
|
* Add to_static_string
|
||||||
* Consolidate get_lowest_layer in type_traits.hpp
|
* Consolidate get_lowest_layer in type_traits.hpp
|
||||||
|
* Fix basic_streambuf movable trait
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -60,11 +60,7 @@ struct basic_streambuf_movable_helper :
|
|||||||
};
|
};
|
||||||
|
|
||||||
using basic_streambuf_movable =
|
using basic_streambuf_movable =
|
||||||
#if 0
|
|
||||||
std::is_move_constructible<basic_streambuf_movable_helper>;
|
std::is_move_constructible<basic_streambuf_movable_helper>;
|
||||||
#else
|
|
||||||
std::false_type;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user