mirror of
https://github.com/boostorg/container.git
synced 2025-08-01 21:44:27 +02:00
Revert some unneeded changes for GCC 3.4.
This commit is contained in:
@@ -79,7 +79,7 @@ class expand_bwd_test_allocator
|
||||
{ typedef expand_bwd_test_allocator<T2> other; };
|
||||
|
||||
//!Constructor from the segment manager. Never throws
|
||||
expand_bwd_test_allocator(T *buffer = 0, size_type sz = 0, difference_type offset = 0)
|
||||
expand_bwd_test_allocator(T *buffer, size_type sz, difference_type offset)
|
||||
: mp_buffer(buffer), m_size(sz)
|
||||
, m_offset(offset), m_allocations(0){ }
|
||||
|
||||
|
@@ -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