Files
ephphatha adba5c4441 Add hint to avoid bugprone-use-after-move warnings
Makes clang (and GCC) consider item.Clear() a reinitialisation of a moved variable - see https://clang.llvm.org/extra/clang-tidy/checks/bugprone-use-after-move.html#reinitialization
2022-04-19 09:54:19 +01:00

8 lines
301 B
Plaintext

// 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 DVL_ALWAYS_INLINE
#define DVL_ATTRIBUTE_HOT
#define DVL_API_FOR_TEST
#define DVL_REINITIALIZES