2 //=============================================================================
4 * @file Compiler_Features_22_DLL.h
6 * Test DLL export with a template method specialization
8 //=============================================================================
10 #ifndef ACE_TESTS_COMPILER_FEATURES_22_DLL_H
11 #define ACE_TESTS_COMPILER_FEATURES_22_DLL_H
13 #include /**/ "ace/pre.h"
15 #include "test_config.h"
17 #include "Compiler_Features_22_DLL_Export.h"
28 template<typename T
> inline bool is_nil (T x
)
35 COMPILER_FEATURES_22_DLL_Export is_nil
<> (A_ptr
)
40 #include /**/ "ace/post.h"
42 #endif /* ACE_TESTS_COMPILER_FEATURES_22_DLL_H */