// -*- C++ -*- //============================================================================= /** * @file STL_algorithm_Test_T.h * * Test ACE containers compatibility with STL header. * * @author James H. Hill */ //============================================================================= #ifndef ACE_TESTS_STL_ALGORITHM_TEST_T_H #define ACE_TESTS_STL_ALGORITHM_TEST_T_H template int test_STL_algorithm (T & container); #include "STL_algorithm_Test_T.cpp" #endif /* ACE_TESTS_STL_ALGORITHM_TEST_T_H */