mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
@@ -204,7 +204,7 @@ private:
|
||||
namespace std {
|
||||
|
||||
template<>
|
||||
struct hash<Tins::IPv4Address> {
|
||||
TINS_API struct hash<Tins::IPv4Address> {
|
||||
size_t operator()(const Tins::IPv4Address& addr) const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user