Skip to content

Commit

Permalink
Fix patch version message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed Nov 2, 2023
1 parent 2ce8c84 commit 00304e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define CCCL_PATCH_VERSION (CCCL_VERSION % 1000)

#if CCCL_PATCH_VERSION > 99
#error "CCCL patch version greater than 99 compatibility with Thrust/CUB's MMMmmmpp format."
#error "CCCL patch version cannot be greater than 99 for compatibility with Thrust/CUB's MMMmmmpp format."
#endif

#endif

0 comments on commit 00304e0

Please sign in to comment.