mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Fix basic_streambuf movable trait
This commit is contained in:
@ -2,6 +2,7 @@ Version 40
|
||||
|
||||
* Add to_static_string
|
||||
* 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 =
|
||||
#if 0
|
||||
std::is_move_constructible<basic_streambuf_movable_helper>;
|
||||
#else
|
||||
std::false_type;
|
||||
#endif
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user