mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 15:05:35 +02:00
Dynamic::Var SOO
Dynamic::Var small object optimization and some refactoring
This commit is contained in:
@@ -393,8 +393,8 @@ private:
|
||||
|
||||
char _memory[sizeof(Poco::Net::Impl::IPv6AddressImpl)];
|
||||
|
||||
friend class IPv4AddressImpl;
|
||||
friend class IPv6AddressImpl;
|
||||
friend class Poco::Net::Impl::IPv4AddressImpl;
|
||||
friend class Poco::Net::Impl::IPv6AddressImpl;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user