forked from boostorg/unordered
Move everything from table_unique/table_equiv into table
This commit is contained in:
@@ -65,6 +65,11 @@ template <typename T> struct allocator : std::allocator<T>
|
||||
allocator(const allocator<T2>& other) : std::allocator<T>(other)
|
||||
{
|
||||
}
|
||||
|
||||
template <typename T2>
|
||||
allocator(const std::allocator<T2>& other) : std::allocator<T>(other)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
// Declare some members of a structs.
|
||||
|
||||
Reference in New Issue
Block a user