We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5dda15 commit 61e32adCopy full SHA for 61e32ad
src/inet/tests/TestInetAddress.cpp
@@ -149,8 +149,9 @@ struct TestContext
149
150
TestContext(const IPAddressContextRange IPv6WellKnown, const IPAddressContextRange IPv6Transient,
151
const IPAddressContextRange IPv6Prefix, const IPAddressExpandedContextRange IPv6AddressExpanded) :
152
- mIPv6WellKnownMulticastContextRange(IPv6WellKnown), mIPv6TransientMulticastContextRange(IPv6Transient),
153
- mIPv6PrefixMulticastContextRange(IPv6Prefix), mIPAddressExpandedContextRange(IPv6AddressExpanded){};
+ mIPv6WellKnownMulticastContextRange(IPv6WellKnown),
+ mIPv6TransientMulticastContextRange(IPv6Transient), mIPv6PrefixMulticastContextRange(IPv6Prefix),
154
+ mIPAddressExpandedContextRange(IPv6AddressExpanded){};
155
};
156
157
// Global Variables
0 commit comments