forked from boostorg/container
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
|
//! The memory_resource class is an abstract interface to an
|
||||||
//! unbounded set of classes encapsulating memory resources.
|
//! unbounded set of classes encapsulating memory resources.
|
||||||
class BOOST_CONTAINER_DECL memory_resource
|
class memory_resource
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// For exposition only
|
// For exposition only
|
||||||
|
Reference in New Issue
Block a user