mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
17-ify namespaces
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
#include <asio/associated_executor.hpp>
|
||||
#include <type_traits>
|
||||
|
||||
namespace asio {
|
||||
namespace detail {
|
||||
namespace asio::detail {
|
||||
|
||||
/// Specialize to match our coding conventions
|
||||
template<typename T, typename Executor>
|
||||
@@ -44,7 +43,6 @@ struct associated_allocator_impl<T,
|
||||
}
|
||||
};
|
||||
|
||||
} /* namespace detail */
|
||||
} /* namespace asio */
|
||||
} /* namespace asio::detail */
|
||||
|
||||
#endif /* FAIR_MQ_SDK_TRAITS_H */
|
||||
|
Reference in New Issue
Block a user