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"
27 template<typename T
> inline bool is_nil (T x
)
34 COMPILER_FEATURES_22_DLL_Export is_nil
<> (A_ptr
)
39 #include /**/ "ace/post.h"
41 #endif /* ACE_TESTS_COMPILER_FEATURES_22_DLL_H */