rename chapters
This commit is contained in:
40
Chapter17/cib/libs/etl/test/vs2022/cpp.hint
Normal file
40
Chapter17/cib/libs/etl/test/vs2022/cpp.hint
Normal file
@@ -0,0 +1,40 @@
|
||||
// Hint files help the Visual Studio IDE interpret Visual C++ identifiers
|
||||
// such as names of functions and macros.
|
||||
// For more information see https://go.microsoft.com/fwlink/?linkid=865984
|
||||
#define ETL_CONSTANT
|
||||
#define ETL_CONSTEXPR
|
||||
#define ETL_CONSTEXPR11
|
||||
#define ETL_CONSTEXPR14
|
||||
#define ETL_CONSTEXPR17
|
||||
#define ETL_IF_CONSTEXPR
|
||||
#define ETL_DELETE
|
||||
#define ETL_NOEXCEPT
|
||||
#define ETL_NOEXCEPT_EXPR
|
||||
#define ETL_NODISCARD
|
||||
#define ETL_OVERRIDE
|
||||
#define ETL_FINAL
|
||||
#define ETL_DEPRECATED
|
||||
#define ETL_ERROR_TEXT
|
||||
#define ETL_ASSERT
|
||||
#define ETL_ERROR
|
||||
#define ETL_VERBOSE_ERRORS
|
||||
#define ETL_FILE
|
||||
#define ETL_NULLPTR
|
||||
#define ETL_CPP11_SUPPORTED
|
||||
#define ETL_CPP14_SUPPORTED
|
||||
#define ETL_CPP17_SUPPORTED
|
||||
#define ETL_CPP17_SUPPORTED
|
||||
#define ETL_USING_CPP11
|
||||
#define ETL_USING_CPP14
|
||||
#define ETL_USING_CPP17
|
||||
#define ETL_USING_CPP20
|
||||
#define ETL_ASSERT
|
||||
#define ETL_NULLPTR
|
||||
#define ETL_USING_STLPORT
|
||||
#define CHECK
|
||||
#define CHECK_FALSE
|
||||
#define CHECK_TRUE
|
||||
#define CHECK_EQUAL
|
||||
#define CHECK_ARRAY_EQUAL
|
||||
#define CHECK_CLOSE
|
||||
#define CHECK_THROW
|
||||
Reference in New Issue
Block a user