forked from boostorg/container
Revert some unneeded changes for GCC 3.4.
This commit is contained in:
@@ -31,7 +31,7 @@ class SimpleAllocator
|
||||
public:
|
||||
typedef Ty value_type;
|
||||
|
||||
explicit SimpleAllocator(int value = 0)
|
||||
explicit SimpleAllocator(int value)
|
||||
: m_state(value)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user