3 //=============================================================================
5 * @file STL_algorithm_Test_T.h
7 * Test ACE containers compatibility with STL <algorithm> header.
9 * @author James H. Hill <j.hill@vanderbilt.edu>
11 //=============================================================================
13 #ifndef ACE_TESTS_STL_ALGORITHM_TEST_T_H
14 #define ACE_TESTS_STL_ALGORITHM_TEST_T_H
17 int test_STL_algorithm (T
& container
);
19 #if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
20 #include "STL_algorithm_Test_T.cpp"
21 #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
23 #if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
24 #pragma implementation ("STL_algorithm_Test_T.cpp")
25 #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
27 #endif /* ACE_TESTS_STL_ALGORITHM_TEST_T_H */