mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-10-05 20:21:04 +02:00
Simplify ms_allocator and as_allocator design
This commit is contained in:
@@ -15,13 +15,6 @@ class creator {
|
||||
public:
|
||||
typedef T value_type;
|
||||
|
||||
#if defined(BOOST_NO_CXX11_TEMPLATE_ALIASES)
|
||||
template<typename U>
|
||||
struct rebind {
|
||||
typedef creator<U> other;
|
||||
};
|
||||
#endif
|
||||
|
||||
creator() {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user