Merge pull request #168 from boostorg/pr/memory-resource-no-dllexport

Remove BOOST_CONTAINER_DECL from memory_resource
This commit is contained in:
Ion Gaztañaga
2020-10-25 15:21:49 +01:00
committed by GitHub

View File

@@ -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