mirror of
https://github.com/boostorg/container.git
synced 2026-02-24 03:52:15 +00:00
Make new_delete_resource_imp and null_memory_resource_imp "final"
This commit is contained in:
@@ -23,7 +23,7 @@ namespace boost {
|
||||
namespace container {
|
||||
namespace pmr {
|
||||
|
||||
class new_delete_resource_imp
|
||||
class new_delete_resource_imp BOOST_FINAL
|
||||
: public memory_resource
|
||||
{
|
||||
public:
|
||||
@@ -41,7 +41,7 @@ class new_delete_resource_imp
|
||||
{ return &other == this; }
|
||||
};
|
||||
|
||||
struct null_memory_resource_imp
|
||||
struct null_memory_resource_imp BOOST_FINAL
|
||||
: public memory_resource
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user