Advertisement
elvman

Untitled

Oct 20th, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. #ifdef _MSC_VER
  2. #define ai __forceinline
  3. #else
  4. #define ai static inline __attribute__((__always_inline__, __nodebug__))
  5. #endif
  6.  
  7. ai int foo(int bar) { ... }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement