Skip to content

Commit

Permalink
check for bitcast
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Jun 14, 2024
1 parent d3aa7f8 commit 41affe8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hal/src/main/native/include/hal/HAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@
#include "hal/Threads.h"
#include "hal/Types.h"
#include "hal/Value.h"
#ifdef __cpp_lib_bit_cast
#error "BIT CAST IS GOOD, LOL"
#endif

0 comments on commit 41affe8

Please sign in to comment.