Remove BOOST_CONTAINER_DECL from memory_resource

This commit is contained in:
Peter Dimov
2020-10-24 23:51:15 +03:00
parent 525b46055e
commit 44c76d1187

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