mirror of
https://github.com/ETLCPP/etl.git
synced 2026-05-01 11:29:09 +08:00
9 lines
259 B
Plaintext
9 lines
259 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 ETL_CONSTEXPR
|
|
#define ETL_CONSTEXPR_IF
|
|
#define ETL_DELETE
|
|
|
|
|