Guest User

Untitled

a guest
Jan 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #ifndef __TEST__
  2. #define TEST if constexpr (false)
  3. #else
  4. #define TEST
  5. #endif
  6.  
  7. TEST {
  8. // whatever you want...
  9. }
  10.  
  11. {
  12. // whatever you want...
  13. }
  14.  
  15. if constexpr (false) {
  16. // whatever you want...
  17. }
Add Comment
Please, Sign In to add comment