mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 10:57:16 +02:00
Manually implement node_handle_base's default constructor instead of defaulting it which can delete it on older toolchains
This commit is contained in:
@ -93,7 +93,7 @@ struct node_handle_base
|
||||
}
|
||||
|
||||
public:
|
||||
constexpr node_handle_base()noexcept=default;
|
||||
constexpr node_handle_base()noexcept{}
|
||||
|
||||
node_handle_base(node_handle_base&& nh) noexcept
|
||||
{
|
||||
|
Reference in New Issue
Block a user