디버깅용 플래그 하나 주고 필요할때만 on/off
//#define debug_inline 1
#if debug_inline
#define _my_inline DECLSPEC_NOINLINE
#else
#define _my_inline __forceinline
#endif
디버깅용 플래그 하나 주고 필요할때만 on/off
//#define debug_inline 1
#if debug_inline
#define _my_inline DECLSPEC_NOINLINE
#else
#define _my_inline __forceinline
#endif
별로
#define inline inline
이거 안하다 나중에 어셈블리보고 디버깅 하겠져
ㄴ후...문익점드림