Formatting

This commit is contained in:
Alexey Rybalchenko
2019-07-16 12:52:09 +02:00
committed by Dennis Klein
parent 63c02657c1
commit 857ef0c9d3
2 changed files with 38 additions and 49 deletions

View File

@@ -36,17 +36,6 @@ using namespace boost::msm::front;
using namespace boost::msm::back;
namespace bmpl = boost::mpl;
namespace std
{
template<>
struct hash<fair::mq::Transition> : fair::mq::tools::HashEnum<fair::mq::Transition> {};
template<>
struct hash<fair::mq::State> : fair::mq::tools::HashEnum<fair::mq::State> {};
} /* namespace std */
namespace fair
{
namespace mq