35 # define LIKELY [[ likely ]]
36 # define UNLIKELY [[ unlikely ]]
44 # define MAYBE_UNUSED [[ maybe_unused ]]
51 # define MAKE_UNIQUE(type, ...) std::make_unique<type>(__VA_ARGS__)
53 # define MAKE_UNIQUE(type, ...) std::unique_ptr<type>(new type(__VA_ARGS__))
57 # error "This is not a C++11 compiler"