Commit d7f70e99 authored by Dominik Charousset's avatar Dominik Charousset

Reserve one type ID for the caf_net module

parent d893c05d
......@@ -326,4 +326,10 @@ static constexpr type_id_t io_module_begin = id_block::core_module::end;
static constexpr type_id_t io_module_end = io_module_begin + 19;
static constexpr type_id_t net_module_begin = io_module_end;
static constexpr type_id_t net_module_end = net_module_begin + 1;
static_assert(net_module_end <= first_custom_type_id);
} // namespace caf::detail
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