mirror of
https://github.com/boostorg/container.git
synced 2025-08-03 14:34:27 +02:00
Merge pull request #168 from boostorg/pr/memory-resource-no-dllexport
Remove BOOST_CONTAINER_DECL from memory_resource
This commit is contained in:
@@ -27,7 +27,7 @@ namespace pmr {
|
||||
|
||||
//! The memory_resource class is an abstract interface to an
|
||||
//! unbounded set of classes encapsulating memory resources.
|
||||
class BOOST_CONTAINER_DECL memory_resource
|
||||
class memory_resource
|
||||
{
|
||||
public:
|
||||
// For exposition only
|
||||
|
Reference in New Issue
Block a user