mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
17-ify namespaces
This commit is contained in:
@@ -13,11 +13,7 @@
|
||||
#include <memory>
|
||||
#include <type_traits>
|
||||
|
||||
namespace fair
|
||||
{
|
||||
namespace mq
|
||||
{
|
||||
namespace tools
|
||||
namespace fair::mq::tools
|
||||
{
|
||||
|
||||
// provide an enum hasher to compensate std::hash not supporting enums in C++11
|
||||
@@ -32,8 +28,6 @@ struct HashEnum
|
||||
}
|
||||
};
|
||||
|
||||
} /* namespace tools */
|
||||
} /* namespace mq */
|
||||
} /* namespace fair */
|
||||
} // namespace fair::mq::tools
|
||||
|
||||
#endif /* FAIR_MQ_TOOLS_CPPSTL_H */
|
||||
|
Reference in New Issue
Block a user