mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Remove custom implementation for enum hashing
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#ifndef FAIR_MQ_TRANSPORTS_H
|
||||
#define FAIR_MQ_TRANSPORTS_H
|
||||
|
||||
#include <fairmq/tools/CppSTL.h>
|
||||
#include <fairmq/tools/Strings.h>
|
||||
|
||||
#include <memory>
|
||||
@@ -32,14 +31,6 @@ struct TransportError : std::runtime_error { using std::runtime_error::runtime_e
|
||||
|
||||
} // namespace fair::mq
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
||||
template<>
|
||||
struct hash<fair::mq::Transport> : fair::mq::tools::HashEnum<fair::mq::Transport> {};
|
||||
|
||||
} /* namespace std */
|
||||
|
||||
namespace fair::mq
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user