Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
deprecated.hpp File Reference

Go to the source code of this file.

Macro Definition Documentation

◆ ARENE_DEPRECATED

#define ARENE_DEPRECATED

An alias for the [[deprecated]] attribute, or a no-op if the attribute is not supported.

◆ ARENE_DEPRECATED_WITH

#define ARENE_DEPRECATED_WITH ( ...)

An alias for the [[deprecated(...)]] attribute, or a no-op if the attribute is not supported.