Commit afcb0a7d authored by Dominik Charousset's avatar Dominik Charousset

Switch to nested namespace syntax

parent 6a08094a
......@@ -22,15 +22,13 @@
#include "caf/fwd.hpp"
namespace caf {
namespace mixin {
namespace caf::mixin {
// TODO: legacy API. Deprecate with 0.18, remove with 0.19.
template <class T>
struct is_blocking_requester : std::false_type {};
} // namespace mixin
} // namespace caf
} // namespace caf::mixin
namespace caf {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment