mirror of
https://github.com/boostorg/container.git
synced 2026-07-05 14:40:47 +02:00
Define segduo constructors again, eliminating them breaks code
This commit is contained in:
@@ -46,6 +46,9 @@ struct segduo
|
||||
{
|
||||
T1 first;
|
||||
T2 second;
|
||||
|
||||
BOOST_CONTAINER_FORCEINLINE segduo() {}
|
||||
BOOST_CONTAINER_FORCEINLINE segduo(const T1 &f, const T2 &s) : first(f), second(s) {}
|
||||
};
|
||||
|
||||
struct unreachable_sentinel_t
|
||||
|
||||
Reference in New Issue
Block a user