acl/app/wizard_demo/pkv/proto/c++_patch.h
2023-07-27 16:58:07 +08:00

12 lines
163 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// Created by shuxin   zheng on 2023/7/27
//
#pragma once
#if __cplusplus >= 201703L
# define NODISCARD [[nodiscard]]
#else
# define NODISCARD
#endif