Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Add small check for header tests #1597

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmake/header_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
// projects build with NOMINMAX this doesn't seem to be high priority to fix.
//#define min(...) THRUST_MACRO_CHECK('min', windows.h)
//#define max(...) THRUST_MACRO_CHECK('max', windows.h)
#define small THRUST_MACRO_CHECK('small', windows.h)

#endif // THRUST_IGNORE_MACRO_CHECKS

Expand Down