IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ForceInline.h
Go to the documentation of this file.
1 // ForceInline.h:
3 // -------------
4 //
14 
15 #ifndef __IPSDKUTIL_FORCEINLINE_H__
16 #define __IPSDKUTIL_FORCEINLINE_H__
17 
18 #include <boost/config.hpp>
19 
20 #if !defined(IPSDK_FORCEINLINE)
21 # define IPSDK_FORCEINLINE BOOST_FORCEINLINE
22 #endif
23 
26 
27 #endif // __IPSDKUTIL_FORCEINLINE_H__