#pragma once #ifndef BOOL_H_QLG6S5XZ #define BOOL_H_QLG6S5XZ #include "rpc/detail/constant.h" namespace rpc { namespace detail { template using bool_ = constant; using true_ = bool_; using false_ = bool_; } } #endif /* end of include guard: BOOL_H_QLG6S5XZ */